aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-09-27 15:08:34 +0200
committerRomain Gonçalves <me@rgoncalves.se>2021-09-27 15:08:34 +0200
commit8fe5387c47196d09063e12ca6b9ad768ad4849b0 (patch)
treedc75df123d86c4027b9fb18218d1bafdc13819fe /src
parent17278427d7e7eecd95c8bf808501188342cd8435 (diff)
downloadwebsite-8fe5387c47196d09063e12ca6b9ad768ad4849b0.tar.gz
all: Bump to version 3 of static site generation
Diffstat (limited to 'src')
-rw-r--r--src/index.md2
-rw-r--r--src/style/style.css10
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;
}
remember that computers suck.