From 83001ea774c34f0c956cd840f1313a1847dd1908 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 10 Jun 2021 19:03:19 +0200 Subject: [PATCH] Slightly update css --- src/css/y.css | 2 +- src/demo.org | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/css/y.css b/src/css/y.css index 9447637..7ee5b71 100644 --- a/src/css/y.css +++ b/src/css/y.css @@ -67,7 +67,7 @@ figcaption { text-align: right; font-style: italic; font-size: 0.875em; } #table-of-contents { text-align: left; } #toc { font-size: 0.875em; padding: 1rem; } #toc ul { padding-left: 2em; } -#toc, blockquote { margin: 0 1rem; padding-left: 1rem; } +#toc, blockquote, .line-block { margin: 1rem; padding: 1rem; background: var(--gr); } .pubDate { display: inline-block; width: 7em; font-size: .825em; opacity: 0.4; } /* COLORS */ diff --git a/src/demo.org b/src/demo.org index 6282680..724bd73 100644 --- a/src/demo.org +++ b/src/demo.org @@ -120,6 +120,26 @@ Perhaps a list: - thing - another thing #+end_notes +** Blockquote +:PROPERTIES: +:CUSTOM_ID: blockquote +:END: + +#+begin_quote something +This is a quote. +#+end_quote + +** Verse +:PROPERTIES: +:CUSTOM_ID: verse +:END: + +#+begin_verse +This is a verse. +It should keep the spaces. + + -- Y.E. +#+end_verse ** Examples :PROPERTIES: