Updated font size and added /life
This commit is contained in:
parent
f6ddb457a6
commit
1e292b0769
3 changed files with 11 additions and 3 deletions
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
7
content/life/_index.md
Normal file
7
content/life/_index.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "under construction"
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue