dark mode update

This commit is contained in:
carodej
2020-07-09 10:56:17 +02:00
parent a43f0e6908
commit 5a9f5813c8
89 changed files with 1633 additions and 912 deletions
@@ -33,7 +33,7 @@
p {
@include font-size(15);
line-height: 1.6;
word-break: break-all;
word-break: break-word;
font-weight: 600;
}
@@ -72,14 +72,24 @@
.info-box {
padding: 15px;
}
}
@media (prefers-color-scheme: dark) {
.info-box {
background: $dark_mode_foreground;
background: rgba($yellow, 0.1);
p {
color: $yellow;
}
ul {
li {
color: $yellow;
}
}
}
}
</style>