From bd8e0522b3cbe549fdce8adf1afe89f5bcd352f1 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 10 Jun 2021 19:13:04 +0200 Subject: [PATCH] Slightly improved css --- src/css/y.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/y.css b/src/css/y.css index 7ee5b71..eb35187 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, .line-block { margin: 1rem; padding: 1rem; background: var(--gr); } +#toc, blockquote, pre.example, .line-block { margin: 1rem; padding: 1rem; border-left: solid var(--gr); } .pubDate { display: inline-block; width: 7em; font-size: .825em; opacity: 0.4; } /* COLORS */