Slightly update css

This commit is contained in:
Yann Esposito (Yogsototh) 2021-06-10 19:03:19 +02:00
parent e73e0fa702
commit 83001ea774
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
2 changed files with 21 additions and 1 deletions

View File

@ -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 */

View File

@ -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: