diff options
author | Mario <mario@mariovavti.com> | 2022-07-03 09:42:06 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-03 09:42:06 +0000 |
commit | 97fe499b632712fa855e95f1d9ad3914b71343f6 (patch) | |
tree | 176796652bd653f62b2dd2420222b129a30a29bc /view | |
parent | e0915cffda34c9a83155281b85fac3d83445c141 (diff) | |
parent | 0787817eb8b5fa06fe56d38b7e443b617f0b47b6 (diff) | |
download | volse-hubzilla-97fe499b632712fa855e95f1d9ad3914b71343f6.tar.gz volse-hubzilla-97fe499b632712fa855e95f1d9ad3914b71343f6.tar.bz2 volse-hubzilla-97fe499b632712fa855e95f1d9ad3914b71343f6.zip |
Merge branch 'redbasic/dark-fixes' into 'dev'
redbasic/dark: make category pills readable.
See merge request hubzilla/core!2021
Diffstat (limited to 'view')
-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; } |