diff options
author | Mario <mario@mariovavti.com> | 2023-01-28 15:00:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-28 15:00:11 +0000 |
commit | ae1cc65b23ce1829bf4a60b228011e01c2e831fd (patch) | |
tree | 0f2bce2a58050767dda9c130d1893b41f6d93b86 /view | |
parent | 9a16bf65bdd5858a2da8e850e9825b2a5498b044 (diff) | |
download | volse-hubzilla-ae1cc65b23ce1829bf4a60b228011e01c2e831fd.tar.gz volse-hubzilla-ae1cc65b23ce1829bf4a60b228011e01c2e831fd.tar.bz2 volse-hubzilla-ae1cc65b23ce1829bf4a60b228011e01c2e831fd.zip |
do not use transparency for navbar togglers in dark mode
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 5a7abaeb4..57ce92c43 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -13,6 +13,10 @@ /* nav overrides */ +[data-bs-theme=dark] .navbar-toggler { + --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 1); +} + .nav-item.nav-item-hack { height: 2.3rem; } |