This commit is contained in:
2026-05-17 17:15:15 +07:00
parent a5acda73ae
commit f314fed7ad
+2 -2
View File
@@ -1,5 +1,7 @@
/* color palette from <https://github.com/vuejs/theme> */
:root {
color-scheme: only light;
--vt-c-white: #ffffff;
--vt-c-white-soft: #f8f8f8;
--vt-c-white-mute: #f2f2f2;
@@ -29,8 +31,6 @@
/* semantic color variables for this project */
:root {
color-scheme: only dark;
--color-background: var(--vt-c-white);
--color-background-soft: var(--vt-c-white-soft);
--color-background-mute: var(--vt-c-white-mute);