refactor: rename style file

This commit is contained in:
Ruabbit
2024-12-06 12:43:05 +08:00
parent 0289f8f10e
commit 3456957e9c
3 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
/* var.css */ /* custom.css */
:root { :root {
--vp-c-brand-1: #18794e; --vp-c-brand-1: #18794e;
--vp-c-brand-2: #299764; --vp-c-brand-2: #299764;
+1 -1
View File
@@ -1,2 +1,2 @@
/* index.css */ /* index.css */
@import "./var.css"; @import "./custom.css";