Spaces:
Running
Running
Test
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -170,7 +170,7 @@
|
|
| 170 |
window.matchMedia &&
|
| 171 |
window.matchMedia("(prefers-color-scheme: dark)").matches
|
| 172 |
) {
|
| 173 |
-
document.documentElement.classList.add("
|
| 174 |
}
|
| 175 |
}
|
| 176 |
};
|
|
|
|
| 170 |
window.matchMedia &&
|
| 171 |
window.matchMedia("(prefers-color-scheme: dark)").matches
|
| 172 |
) {
|
| 173 |
+
document.documentElement.classList.add("dark");
|
| 174 |
}
|
| 175 |
}
|
| 176 |
};
|