Compare commits

..

No commits in common. "26b6c3060c8b486852c2e119a96a7a6701ec3973" and "abee1238d7d038cf694052d860654739285b5c47" have entirely different histories.

4 changed files with 1 additions and 52 deletions

View file

@ -1,51 +0,0 @@
@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-VariableFont_wght.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed Italic';
src: url('RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
body {
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px;
line-height: 1.6;
word-break: break-word;
background: var(--theme);
}
:root {
--gap: 24px;
--content-gap: 20px;
--nav-width: 1024px;
--main-width: 720px;
--header-height: 60px;
--footer-height: 60px;
--radius: 8px;
--theme: rgb(255, 255, 255);
--entry: rgb(255, 255, 255);
--primary: #203a8f;
--secondary: #ffa500;
--tertiary: rgb(214, 214, 214);
--content: #333;
--code-block-bg: #771133;
--code-bg: #f0f8ff;
--border: #d3d3d3;
}
.dark {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}

View file

@ -1,5 +1,5 @@
+++
date = '2024-08-05T12:00:00-00:00'
date = 2024-08-05T12:00:00-00:00'
draft = false
title = 'Hello World!'
weight = 10