minor css fix

This commit is contained in:
Yann Esposito (Yogsototh) 2024-03-08 13:54:16 +01:00
parent adc6d36ca4
commit 1aec225c9c
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -107,7 +107,7 @@ figcaption { text-align: right; font-style: italic; font-size: 0.875em; }
#toc { font-size: 0.875em; }
#toc ul { padding-left: 2rem; }
#toc, blockquote, pre.example, .line-block { margin: 0 1rem; padding: 0 1rem; border-left: solid var(--gr); }
.pubDate { display: inline-block; width: 7em; font-size: .825em; opacity: 0.7; }
.pubDate { display: inline-block; width: 7em; font-family: "PT Mono",monospace; font-size: .825em; opacity: 0.7; }
/* Fonts; https://systemfontstack.com */
.sans { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; }