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 d37014c commit ad6aea2Copy full SHA for ad6aea2
_sass/html.scss
@@ -18,7 +18,7 @@ a code {
18
color: $medium-blue;
19
20
&:hover {
21
- color: $dark-blue;
+ color: $bright-blue;
22
}
23
24
_sass/variables.scss
@@ -3,6 +3,7 @@
3
$dark-blue: #2268b2;
4
$medium-blue: #2879d0;
5
$light-blue: #9ddcff;
6
+$bright-blue: #4184F7;
7
8
$darkest-grey: #222;
9
$dark-grey: #444;
@@ -49,7 +50,7 @@ $heading-left-padding: $small-horizontal-space;
49
50
51
// Site Header
52
// ===============================
-$header-bg: #4184F7;
53
+$header-bg: $bright-blue;
54
$header-border: #275da1;
55
$header-text: $bright-white;
56
0 commit comments