From 14a2790dcb53ffc29d3f8a9950c7bf48af452c85 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 13 Mar 2022 16:29:14 +0100 Subject: redbasic/dark: Use schema colour for dropdown item --- view/theme/redbasic/schema/dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index bf55fec72..021e6c5ef 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -157,6 +157,10 @@ option { color:#fff !important; } +.dropdown-item { + color: $font_colour; +} + a.btn, aside a { font-weight: 400 !important; } -- cgit v1.2.3