Fix dark colorscheme for dark.

This commit is contained in:
KtorZ 2024-09-06 13:31:16 +02:00
parent 19e30b10f9
commit 04fb11084c
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 5 additions and 0 deletions

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;