diff options
author | Mario <mario@mariovavti.com> | 2023-01-24 09:29:00 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-24 09:29:00 +0000 |
commit | cac48fc4bf2d36004dce57be0c6039460b4d2fd5 (patch) | |
tree | bcf733d42ecccb27efb7508dcc0fb25b5276a00e /view/theme/redbasic/css | |
parent | 1cad844d2ddf2bcfec34cdfb45f23e3878810147 (diff) | |
download | volse-hubzilla-cac48fc4bf2d36004dce57be0c6039460b4d2fd5.tar.gz volse-hubzilla-cac48fc4bf2d36004dce57be0c6039460b4d2fd5.tar.bz2 volse-hubzilla-cac48fc4bf2d36004dce57be0c6039460b4d2fd5.zip |
use light colored navbar for light mode - this makes the focus light schema redundant
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b93738b00..a31c5ec32 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -26,11 +26,11 @@ --hz-body-bg-image: url('$background_image_dark'); } -[data-bs-theme=light] .navbar-dark.bg-dark { +[data-bs-theme=light] .navbar.bg-body-tertiary { background-color: $nav_bg !important; } -[data-bs-theme=dark] .navbar-dark.bg-dark { +[data-bs-theme=dark] .navbar.bg-body-tertiary { background-color: $nav_bg_dark !important; } |