v1.7 alpha.2

This commit is contained in:
carodej
2020-07-15 08:34:52 +02:00
parent b1860eac21
commit 38da639e26
32 changed files with 352 additions and 145 deletions

View File

@@ -82,16 +82,16 @@
@media (prefers-color-scheme: dark) {
.info-box {
background: rgba($yellow, 0.1);
background: $dark_mode_foreground;
p {
color: $yellow;
color: $dark_mode_text_primary;
}
ul {
li {
color: $yellow;
color: $dark_mode_text_primary;
}
}
}