- dark mode

This commit is contained in:
Peter Papp
2021-04-06 07:23:43 +02:00
parent 2ca4d4a02d
commit e0daa46b50
12 changed files with 280 additions and 588 deletions
@@ -282,4 +282,13 @@
}
}
}
@media (prefers-color-scheme: dark) {
.info-list .info-list-item {
.description {
color: $dark-mode-text;
}
}
}
</style>