From 5b51267bcfa7c8a57cd306fb7702674a1ef112c8 Mon Sep 17 00:00:00 2001 From: urosm Date: Fri, 17 May 2024 17:15:35 +0200 Subject: [PATCH] update `public_html` static files --- public_html/css/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public_html/css/style.css b/public_html/css/style.css index 38d3db5..0861c35 100644 --- a/public_html/css/style.css +++ b/public_html/css/style.css @@ -13,6 +13,7 @@ --link-c: #856cff; --visited-c: #ff1170; --active-c: #fa3500; + --mark-c: #d06600; } @media (max-aspect-ratio: 1/1) { @@ -137,7 +138,6 @@ hr::after { pre { margin-inline: 2ch; - color: var(--link-c); overflow-y: scroll; } @@ -166,7 +166,7 @@ a:visited:active { } code { - color: var(--link-c); + color: var(--mark-c); } sup { @@ -233,13 +233,12 @@ article.post .abstract { /* article#sitemap */ article#sitemap pre { margin-inline: unset; - color: unset; } /* div.fauxnote */ div.fauxnote { - opacity: 0.667; + color: var(--link-c); } @@ -267,5 +266,5 @@ div.horizontal>* { /* .footnotes */ .footnotes { - opacity: 0.667; + color: var(--link-c); }