forked from wiktor/spejstore-new
fix colors in light mode
This commit is contained in:
parent
ee9e9becf5
commit
23244bdf24
|
@ -30,10 +30,13 @@
|
|||
.label-item code {
|
||||
margin: 0em 1em;
|
||||
}
|
||||
a {
|
||||
color: #81d4fa !important;
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
color: #fff !important;
|
||||
@media (prefers-color-scheme: dark) {
|
||||
a {
|
||||
color: #81d4fa !important;
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue