From 84bd5c0b34c0263d19534808e39fd7d4881cce1b Mon Sep 17 00:00:00 2001
From: Michael Long <mlong@mlong.us>
Date: Sat, 20 Feb 2021 19:10:22 -0800
Subject: [PATCH] don't override link color as this makes button labels light
 blue

---
 webv4/root/css/style.css | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/webv4/root/css/style.css b/webv4/root/css/style.css
index 819ad9928d..0945868ba1 100644
--- a/webv4/root/css/style.css
+++ b/webv4/root/css/style.css
@@ -55,11 +55,6 @@ span.message-header.unread {
 
 /*** Dark mode ***/
 
-/* default links, like the breadcrumbs */
-.dark a {
-	color: #75b8f1;
-}
-
 /* background of the top bar */
 .dark .navbar {
 	background-color: #222;
-- 
GitLab