navbar text fix

This commit is contained in:
Graham McIntire 2025-07-05 13:43:36 -05:00
parent 665c8cb867
commit abdbe399f0
No known key found for this signature in database

View file

@ -100,6 +100,25 @@
/* This file is for your main application CSS */
/* Navbar dark mode fixes */
[data-theme="dark"] .navbar,
[data-theme="dark"] .navbar a,
[data-theme="dark"] .navbar .menu,
[data-theme="dark"] .navbar .btn,
[data-theme="dark"] .navbar .btn-ghost {
color: #fff !important;
}
[data-theme="dark"] .navbar .btn-ghost:hover {
background-color: oklch(25.26% 0.014 253.1);
color: #fff !important;
}
[data-theme="dark"] .navbar .text-primary {
color: oklch(58% 0.233 277.117) !important;
}
/* Marker cluster styles */
.marker-cluster-small {
background-color: rgba(16, 185, 129, 0.8);