aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-28 15:00:11 +0000
committerMario <mario@mariovavti.com>2023-01-28 15:00:11 +0000
commitae1cc65b23ce1829bf4a60b228011e01c2e831fd (patch)
tree0f2bce2a58050767dda9c130d1893b41f6d93b86 /view
parent9a16bf65bdd5858a2da8e850e9825b2a5498b044 (diff)
downloadvolse-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.css4
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;
}