Skip to content

Commit cfab5b9

Browse files
committed
fix(css): change dark primary shade
1 parent a5c5a22 commit cfab5b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
--color-green-800: oklch(32.298% 0.05338 161.83);
1414
--color-green-900: oklch(17.276% 0.02184 161.78);
1515
}
16+
17+
.dark {
18+
--ui-primary: var(--ui-color-primary-500);
19+
}

0 commit comments

Comments
 (0)