Fix dark colorscheme for dark.
This commit is contained in:
parent
19e30b10f9
commit
04fb11084c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue