We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb6312 commit aa4bd7aCopy full SHA for aa4bd7a
theming/variables/_colors-light.scss
@@ -2,7 +2,7 @@ $teal: #4db6ac;
2
$green: #229954;
3
4
// This is very similar to the "normal" teal. Can we collapse those into the same?
5
-$teal-license: #34b8bf;
+$teal-license: #3ca2a8;
6
7
$links: $teal-license;
8
$links-hover: lighten($links, 10%);
@@ -26,4 +26,4 @@ $navbar-color: $text-muted;
26
$deprecated-fg: #721c24;
27
$deprecated-bg: #f8d7da;
28
29
-$form-select-bg-image: null;
+$form-select-bg-image: null;
0 commit comments