diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2022-06-20 13:20:39 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2022-06-21 19:24:21 +0200 |
commit | 0787817eb8b5fa06fe56d38b7e443b617f0b47b6 (patch) | |
tree | 874a555dacb9e26b08a887bd68cb6bec347123c5 /view/theme/redbasic/schema | |
parent | e030648957bac514d40ced8a5dc6cbfb8706e32a (diff) | |
download | volse-hubzilla-0787817eb8b5fa06fe56d38b7e443b617f0b47b6.tar.gz volse-hubzilla-0787817eb8b5fa06fe56d38b7e443b617f0b47b6.tar.bz2 volse-hubzilla-0787817eb8b5fa06fe56d38b7e443b617f0b47b6.zip |
redbasic/dark: make category pills readable.
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index e7049a1c5..8d8cc5052 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -323,10 +323,6 @@ a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { background-color: #222; } -.text-dark { - color: #aaa !important; -} - .group-selected, .fileas-selected, .categories-selected, .search-selected, a.active { color: #fff !important; text-decoration: underline !important; @@ -484,18 +480,18 @@ pre { /* category badge fix: */ -a.text-dark:focus, a.text-dark:hover { - color: #ddd !important; -} -.badge-warning { -/* background-color: #ffc927; */ +.bg-warning { + background-color: #e38916; +} +.bg-warning:hover, .bg-warning:focus { + background-color: #ffc927 !important; } -.badge-warning a.text-dark { - color: #333 !important; +.bg-warning a.text-dark { + color: #111 !important; } -.badge-warning a.text-dark:focus, .badge-warning a.text-dark:hover { - color: red !important; +.bg-warning a.text-dark:focus, .bg-warning a.text-dark:hover { + color: #bd0000 !important; text-decoration: none; } |