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: