Skip to content

Commit aa4bd7a

Browse files
authored
Update _colors-light.scss
mirror github.com/TuringLang/docs/pull/640/
1 parent 4fb6312 commit aa4bd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theming/variables/_colors-light.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $teal: #4db6ac;
22
$green: #229954;
33

44
// This is very similar to the "normal" teal. Can we collapse those into the same?
5-
$teal-license: #34b8bf;
5+
$teal-license: #3ca2a8;
66

77
$links: $teal-license;
88
$links-hover: lighten($links, 10%);
@@ -26,4 +26,4 @@ $navbar-color: $text-muted;
2626
$deprecated-fg: #721c24;
2727
$deprecated-bg: #f8d7da;
2828

29-
$form-select-bg-image: null;
29+
$form-select-bg-image: null;

0 commit comments

Comments
 (0)