From d9258762aba08671b5e0f575a3c8c1b686b56a6e Mon Sep 17 00:00:00 2001 From: teddit Date: Wed, 25 Nov 2020 16:56:18 +0100 Subject: [PATCH] fixes for dark theme --- dist/css/styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dist/css/styles.css b/dist/css/styles.css index fd91cc4..ab7c56a 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -223,6 +223,14 @@ body.dark .md .md-spoiler-text:not(.revealed):hover { body.dark .comment .body a { color: #3d99fb; } +body.dark header .tabmenu li.active a { + background: #acacac; + color: #151515; +} +body.dark #search form input[type="text"] { + background: #0f0f0f; + color: white; +} a { color: var(--linkcolor); text-decoration: none; @@ -901,6 +909,10 @@ input[type="submit"]:hover, float: left; width: 20%; } +#user .info h1 { + font-size: 1.1rem; + word-break: break-all; +} #user .entries .entry .meta { float: left; }