From 920625f25dae729f0e3325f2cdbec379696a3ad2 Mon Sep 17 00:00:00 2001 From: BorysLevytskyi Date: Mon, 29 May 2023 16:11:22 +0200 Subject: [PATCH] Fix CSS bug --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 2e642d5..5ab214d 100644 --- a/src/index.css +++ b/src/index.css @@ -169,7 +169,7 @@ button.link-button {text-decoration: underline;} .midnight .prefix { color: #85a0ad} .midnight .other { color: #9FBAC7;} .midnight .accent-background { background-color: #3b5268;} -.midnight .hashLink, .dark .hashLink:visited { color: #85a0ad } +.midnight .hashLink, .midnight .hashLink:visited { color: #85a0ad } .midnight .hashLink:hover { color: #9FBAC7 } .midnight ul.top-links li:hover { background: #132537 } .midnight .error { color:#da586d}