We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7cdee commit 27b2c87Copy full SHA for 27b2c87
1 file changed
assets/css/style.css
@@ -21,7 +21,7 @@
21
}
22
23
[data-theme="dark"] {
24
- --text-primary: #f9fafb;
+ --text-primary: #ffffff;
25
--text-secondary: #d1d5db;
26
--bg-primary: #0f172a;
27
--bg-secondary: #1e293b;
@@ -2179,7 +2179,7 @@ main {
2179
/* Dark Mode Preference */
2180
@media (prefers-color-scheme: dark) {
2181
body:not([data-theme]) {
2182
2183
2184
2185
0 commit comments