Fix dark colorscheme for dark.

This commit is contained in:
KtorZ
2024-09-06 13:31:16 +02:00
parent 19e30b10f9
commit 04fb11084c

View File

@@ -633,6 +633,11 @@ table tr:nth-child(2n) {
/* Dark Theme Option */
html.theme-dark {
--color-text: #cdd6f4;
--color-background: #1e1e2e;
}
body.theme-dark {
/* Colors */
--color-text: #cdd6f4;