Skip to content

Commit f5ebee8

Browse files
committed
Align primary color shades
1 parent fcb8eb9 commit f5ebee8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

assets/css/base.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
}
66

77
:root {
8-
--primary-bg: #f3e8ff;
9-
--primary-light: #e9d5ff;
10-
--primary-medium: #7c3aed;
11-
--primary-dark: #5b21b6;
8+
--primary-bg: #f5f0ff;
9+
--primary-light: #ede5ff;
10+
--primary-medium: #6d28d9;
11+
--primary-dark: #4c1d95;
1212

1313
--bg: #fff;
1414
--bg-light: #f7f7f7;

0 commit comments

Comments
 (0)