diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2022-03-13 16:29:14 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2022-03-13 17:08:06 +0100 |
commit | 14a2790dcb53ffc29d3f8a9950c7bf48af452c85 (patch) | |
tree | e8ca360214374e486a20ce5dd6562878725bad56 /view/theme/redbasic | |
parent | 46f54db197a36bfb235d306c40eed5c292fb97d6 (diff) | |
download | volse-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/redbasic')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 4 |
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; } |