datahorror

Research Data Management Escape Room
git clone https://git.ce9e.org/datahorror.git

commit
950a5a3480e6a7315b80656baa9cc53ce7e8e0fc
parent
3dcddbb36af42cad8e0a66ca6b6df41ba6b03a2d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-07 18:57
style blockquote like paper

Diffstat

M assets/style.css 7 ++++---

1 files changed, 4 insertions, 3 deletions


diff --git a/assets/style.css b/assets/style.css

@@ -17,10 +17,11 @@ img {
   17    17 }
   18    18 
   19    19 blockquote {
   20    -1     border-inline-start: 0.5em solid var(--color-border);
   21    20     margin-inline: 0;
   22    -1     padding-inline-start: 0.7em;
   23    -1     font-style: italic;
   -1    21     padding: 1em;
   -1    22     box-shadow: 0.2em 0.2em 1em rgba(0,0,0,0.3);
   -1    23     background: var(--color-fg);
   -1    24     color: var(--color-bg2);
   24    25 }
   25    26 
   26    27 ul, ol {