Skip to content

Commit 5045a2b

Browse files
committed
fix(base colors): green
1 parent fb33d37 commit 5045a2b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

assets/styles/base.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ $grayscale: (
3131
--txt-white: rgba(255, 255, 255, 95%);
3232

3333
/* General */
34-
--brand: #18d2a5;
34+
// --brand: #18d2a5;
35+
--brand: #0ade71;
3536
--blue: #076acd;
3637
--red: #eb5757;
3738
--orange: #ff5a17;
@@ -95,7 +96,8 @@ $grayscale: (
9596
--txt-white: rgba(255, 255, 255, 95%);
9697

9798
/* General */
98-
--brand: #18d2a5;
99+
// --brand: #18d2a5;
100+
--brand: #33a853;
99101
--blue: #0b84fe;
100102
--red: #eb5757;
101103
--orange: #ff5a17;
@@ -151,7 +153,8 @@ $grayscale: (
151153
--txt-white: rgba(255, 255, 255, 95%);
152154

153155
/* General */
154-
--brand: #18d2a5;
156+
// --brand: #18d2a5;
157+
--brand: #0ade71;
155158
--blue: #0b84fe;
156159
--red: #eb5757;
157160
--orange: #ff5a17;

0 commit comments

Comments
 (0)