Slightly improved css

This commit is contained in:
Yann Esposito (Yogsototh) 2021-06-10 19:13:04 +02:00
parent 83001ea774
commit bd8e0522b3
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 1 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, .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 */