From a9f6d9fe9682189df7dabd81ed586d51bc31b656 Mon Sep 17 00:00:00 2001 From: xfnw Date: Thu, 18 Nov 2021 18:19:48 -0500 Subject: [PATCH] make a:target not be blinding on a dark theme --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2c43ea4..6913945 100644 --- a/style.css +++ b/style.css @@ -32,7 +32,7 @@ img { } a:target { - background-color: #ccc; + background-color: #222; } a.d,