From b47f841fe4264b37324a57b5b3e17ec5beeb1cfc Mon Sep 17 00:00:00 2001 From: swag Date: Wed, 24 May 2023 23:19:13 -0400 Subject: [PATCH] Style tweak --- assets/css/post_text.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/post_text.css b/assets/css/post_text.css index a22e3d4..7492b7e 100644 --- a/assets/css/post_text.css +++ b/assets/css/post_text.css @@ -224,10 +224,9 @@ pre > code { background-color: var(--true-gray); text-decoration: none; white-space: nowrap; + color: black; } -.post__id:link { color: black; } - .post__id:link::first-letter { text-decoration: underline; } .post__id:visited { color: black; }