Updated font size and added /life

This commit is contained in:
aethrvmn 2024-08-28 02:22:48 +03:00
parent f6ddb457a6
commit 1e292b0769
3 changed files with 11 additions and 3 deletions

0
.hugo_build.lock Normal file
View file

7
content/life/_index.md Normal file
View file

@ -0,0 +1,7 @@
---
title: "under construction"
---

View file

@ -39,15 +39,15 @@
/* Light mode */ /* Light mode */
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
blockquote { blockquote {
background: #f9f9f9; background: #f7f6f3;
} }
a { a {
color: #613DC1; color: #ac9c6d;
} }
header { header {
background: #613DC1; background: #f7f6f3;
} }
.article-meta, .menu a { .article-meta, .menu a {
@ -72,6 +72,7 @@ body {
margin: auto; margin: auto;
padding: .2em; padding: .2em;
line-height: 1.5em; line-height: 1.5em;
font-size: 19px;
} }
h1 { h1 {