From 90fc53c8d28d2e341138d30e7d7a5ffc4aa47229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Wed, 9 Oct 2024 12:10:14 +0200 Subject: [PATCH] css: ok, it looks better with background-color higlighting --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4168240..6e6512a 100644 --- a/css/style.css +++ b/css/style.css @@ -198,7 +198,7 @@ article code { } .tag-box:target > h3 > span { - color: #c2410c; + background-color: #c2410c; } .tag-box > h3 > span::before {