Add dark mode support

This commit is contained in:
jude
2026-05-16 18:20:00 +01:00
parent 9c6c324b02
commit 050277ac8b
20 changed files with 431 additions and 125 deletions
@@ -66,7 +66,7 @@ aside.menu {
padding-left: 4px;
}
@media screen and (max-width: 1023px),print {
@media screen and (max-width: 1023px), print {
.columns:not(.is-desktop) {
flex-direction: column;
}