Skip to content

Commit 9b10aed

Browse files
authored
Make light-mode teal colour darker (#640)
1 parent d434da0 commit 9b10aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theming/variables/_colors-light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "grays";
22

33
$primary: #2780e3;
4-
$teal-link: #34b8bf;
4+
$teal-link: #3ca2a8;
55

66
$links: $teal-link;
77
$links-hover: lighten($links, 10%);

0 commit comments

Comments
 (0)