From 1aec225c9c92584fef0cdabdc7a5b4be4d525663 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 8 Mar 2024 13:54:16 +0100 Subject: [PATCH] minor css fix --- 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 35d6e4e..3499f91 100644 --- a/src/css/y.css +++ b/src/css/y.css @@ -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; }