mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
refactor: change default dark theme
This commit is contained in:
+6
-6
@@ -13,12 +13,12 @@
|
|||||||
--color-border: 236, 233, 233;
|
--color-border: 236, 233, 233;
|
||||||
}
|
}
|
||||||
html[data-theme="dark"] {
|
html[data-theme="dark"] {
|
||||||
--color-fill: 47, 55, 65;
|
--color-fill: 33, 39, 55;
|
||||||
--color-text-base: 230, 230, 230;
|
--color-text-base: 234, 237, 243;
|
||||||
--color-accent: 26, 217, 217;
|
--color-accent: 255, 107, 1;
|
||||||
--color-card: 63, 75, 90;
|
--color-card: 27, 39, 70;
|
||||||
--color-card-muted: 89, 107, 129;
|
--color-card-muted: 138, 51, 2;
|
||||||
--color-border: 59, 70, 85;
|
--color-border: 171, 75, 8;
|
||||||
}
|
}
|
||||||
#sun-svg,
|
#sun-svg,
|
||||||
html[data-theme="dark"] #moon-svg {
|
html[data-theme="dark"] #moon-svg {
|
||||||
|
|||||||
Reference in New Issue
Block a user