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