navbar text fix
This commit is contained in:
parent
665c8cb867
commit
abdbe399f0
1 changed files with 19 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue