1
0
Fork 0
forked from hswaw/spejstore

fix colors in light mode

This commit is contained in:
radex 2023-08-18 15:31:53 +02:00
parent ee9e9becf5
commit 23244bdf24

View file

@ -30,10 +30,13 @@
.label-item code {
margin: 0em 1em;
}
a {
color: #81d4fa !important;
}
a.navbar-brand {
@media (prefers-color-scheme: dark) {
a {
color: #81d4fa !important;
}
a.navbar-brand {
color: #fff !important;
}
}