From 7141ead8876f4b5a89d8aca8896ce222fffed0d5 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Thu, 18 Apr 2024 19:17:28 -0400 Subject: [PATCH] manual dark mode quirk --- public/dark.css | 4 ++-- public/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/dark.css b/public/dark.css index 4942d66..d365b34 100644 --- a/public/dark.css +++ b/public/dark.css @@ -14,7 +14,7 @@ a { input[type=text], input[type=password], textarea { background-color: #333; color: #fff; - border-color: #4d4d4d + border-color: #4d4d4d !important; } .post .rank { color: #646464; @@ -76,7 +76,7 @@ input[type=text], input[type=password], textarea { background-color: #262626; } .expando .md { - background-color: #262626; + background-color: #373737; color: #ddd; border-color: #666; } diff --git a/public/style.css b/public/style.css index b349a25..578e1b1 100644 --- a/public/style.css +++ b/public/style.css @@ -873,7 +873,7 @@ nav .right a.mailbox { font-size: 21px; position: relative; top: 4px; - color: gray; + color: gray !important; } nav .right a, nav .right input[type=submit] { color: #369; @@ -900,7 +900,7 @@ nav .right form input, .comment .buttons input, form.link-btn input { } .menu a { margin: 0px 2.5px; - color: gray; + color: gray !important; font-weight: bold; } .commentmenu .selected, .menu .selected {