From 8fe5387c47196d09063e12ca6b9ad768ad4849b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 27 Sep 2021 15:08:34 +0200 Subject: all: Bump to version 3 of static site generation --- src/index.md | 2 +- src/style/style.css | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3