Skip to content

Commit 984c43b

Browse files
committed
Fix experimental color in light mode
1 parent dc2479f commit 984c43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $brand-color-light: #ed8090;
99
$brand-color-extralight: #f9e8ee;
1010
$dark-theme-brand-color-extralight: #262324;
1111

12-
$experimental-color: #fff7cf;
12+
$experimental-color: #91812f;
1313
$experimental-background: hsla(50, 100%, 32%, 0.15);
1414

1515
$pro-color: #406db5;

0 commit comments

Comments
 (0)