yet another quality commit

This commit is contained in:
2024-12-20 20:38:44 +01:00
parent ca018a2b17
commit b1b1cc65e0
5 changed files with 64 additions and 54 deletions
+2 -2
View File
@@ -18,11 +18,11 @@
html {
scrollbar-width: thin;
scrollbar-color: #8040ee transparent;
background-color: var(--light-background);
background-color: transparent;
}
.dark {
background-color: var(--dark-background);
background-color: transparent;
}
}