We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f57505 + 42bfe3d commit c1a431bCopy full SHA for c1a431b
3 files changed
src/_common/navigation/navigation.scss
@@ -4,7 +4,7 @@ a:not(.btn) {
4
overflow: hidden;
5
vertical-align: top;
6
z-index: 0;
7
- transition: color 0.2s;
+ transition: $link-transition;
8
text-decoration: none;
9
color: $link-color;
10
src/_themes/red-theme.scss
@@ -1 +1,5 @@
1
-$color-primary: #FB494D;
+$color-primary: #FF6161;
2
+
3
+$link-color: #969696;
+$link-color-hover: #E45252;
+$link-transition: inherit;
src/_variables.scss
@@ -43,6 +43,7 @@ $btn-primary-color-text: $color-text-inverse !default;
43
// Links
44
$link-color: $color-primary !default;
45
$link-color-hover: darken($color-primary, 15%) !default;
46
+$link-transition: color 0.2s !default;
47
48
// Header
49
$header-height: 70px !default;
0 commit comments