fix(style): dark css vars

This commit is contained in:
jialin
2025-04-28 10:05:06 +08:00
parent 4b748ee43a
commit 96e5398ad1
9 changed files with 55 additions and 17 deletions
+2
View File
@@ -38,6 +38,7 @@ html {
--font-weight-normal: 400;
--font-weight-medium: 600;
--font-weight-bold: 700;
--color-progress-text: rgba(255, 255, 255, 100%);
--color-white-primary: rgba(255, 255, 255, 100%);
--color-white-secondary: rgba(255, 255, 255, 90%);
--color-white-tertiary: rgba(255, 255, 255, 70%);
@@ -91,6 +92,7 @@ html[data-theme='realDark'] {
--color-fill-spin-bg: rgba(55, 55, 55, 50%);
--color-bg-tooltip: #424242;
--color-editor-header-bg: #292929;
--color-progress-text: rgba(255, 255, 255, 80%);
background: #141414;
}