From 1e292b076995a9c5820ac3d40348d0b496b900ae Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Wed, 28 Aug 2024 02:22:48 +0300 Subject: [PATCH] Updated font size and added /life --- .hugo_build.lock | 0 content/life/_index.md | 7 +++++++ static/css/style.css | 7 ++++--- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .hugo_build.lock create mode 100644 content/life/_index.md diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/content/life/_index.md b/content/life/_index.md new file mode 100644 index 0000000..43dad55 --- /dev/null +++ b/content/life/_index.md @@ -0,0 +1,7 @@ +--- +title: "under construction" +--- + + + + diff --git a/static/css/style.css b/static/css/style.css index 81d0027..14c852c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -39,15 +39,15 @@ /* Light mode */ @media (prefers-color-scheme: light) { blockquote { - background: #f9f9f9; + background: #f7f6f3; } a { - color: #613DC1; + color: #ac9c6d; } header { - background: #613DC1; + background: #f7f6f3; } .article-meta, .menu a { @@ -72,6 +72,7 @@ body { margin: auto; padding: .2em; line-height: 1.5em; + font-size: 19px; } h1 {