diff options
author | Mario <mario@mariovavti.com> | 2022-11-23 18:43:42 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-11-23 18:43:42 +0000 |
commit | 67767c585301eab6f2c4434176f3ec462b457a33 (patch) | |
tree | 94886a722c74888e2d137d5aba88b587eb3bea75 /view | |
parent | 6de1aec68304aa82ba33d852df84d9784a8f37b2 (diff) | |
parent | 221d3cdf6a473ea7999bf8d1517822b68a2807fa (diff) | |
download | volse-hubzilla-67767c585301eab6f2c4434176f3ec462b457a33.tar.gz volse-hubzilla-67767c585301eab6f2c4434176f3ec462b457a33.tar.bz2 volse-hubzilla-67767c585301eab6f2c4434176f3ec462b457a33.zip |
Merge branch 'redbasic/dark-theme-fixes' into 'dev'
redbasic: Dark scheme fixes
See merge request hubzilla/core!2029
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 3a93a5c17..bc1a84ec8 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -32,3 +32,20 @@ a, .fakelink { color: var(--bs-link-color); } +.item-category { + background-color: #293a4f !important; +} +#cboxContent { + background-color: #273039; +} +#jot-title-wrap, +#jot-summary-wrap, +#jot-pagetitle-wrap, +#jot-category-wrap, +#jot-customjotheaders-wrap { + border-bottom: 1px solid var(--bs-border-color); +} +#adminpage table tr:hover { + background-color: #2E3136; +} + |