aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2022-03-13 16:29:14 +0100
committerHarald Eilertsen <haraldei@anduin.net>2022-03-13 17:08:06 +0100
commit14a2790dcb53ffc29d3f8a9950c7bf48af452c85 (patch)
treee8ca360214374e486a20ce5dd6562878725bad56 /view/theme
parent46f54db197a36bfb235d306c40eed5c292fb97d6 (diff)
downloadvolse-hubzilla-14a2790dcb53ffc29d3f8a9950c7bf48af452c85.tar.gz
volse-hubzilla-14a2790dcb53ffc29d3f8a9950c7bf48af452c85.tar.bz2
volse-hubzilla-14a2790dcb53ffc29d3f8a9950c7bf48af452c85.zip
redbasic/dark: Use schema colour for dropdown item
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/schema/dark.css4
1 files changed, 4 insertions, 0 deletions
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;
}