diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-09-27 15:08:34 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-09-27 15:08:34 +0200 |
commit | 8fe5387c47196d09063e12ca6b9ad768ad4849b0 (patch) | |
tree | dc75df123d86c4027b9fb18218d1bafdc13819fe /src | |
parent | 17278427d7e7eecd95c8bf808501188342cd8435 (diff) | |
download | rgoncalves.se-8fe5387c47196d09063e12ca6b9ad768ad4849b0.tar.gz |
all: Bump to version 3 of static site generation
Diffstat (limited to 'src')
-rw-r--r-- | src/index.md | 2 | ||||
-rw-r--r-- | src/style/style.css | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/index.md b/src/index.md index d5e8563..4308dfb 100644 --- a/src/index.md +++ b/src/index.md @@ -1,3 +1,3 @@ toc: true index: b -index_show_date: true +index_date: true diff --git a/src/style/style.css b/src/style/style.css index f011167..8c17ae3 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -88,11 +88,11 @@ p code { blockquote { margin-inline-end: 0; - margin-inline-start: 20%; + margin-inline-start: 0; + background-color: #cccccc; } blockquote * { - background-color: yellow; font-style: italic; } @@ -101,6 +101,10 @@ blockquote p { margin-block-end: 0; } +footer blockquote { + background-color: yellow; +} + footer { margin-top: 16em; } @@ -109,7 +113,7 @@ footer blockquote { margin-inline-start: 0; } -@media only screen and (max-width: 100ch) { +@media only screen and (max-width: 72ch) { * { text-align: left; } |