File tree Expand file tree Collapse file tree 6 files changed +21
-10
lines changed Expand file tree Collapse file tree 6 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 16
16
17
17
@import " old/old-styles" ;
18
18
19
+ //
Original file line number Diff line number Diff line change 36
36
& :hover {
37
37
background-color : $color-mute-bg !important ;
38
38
border-color : $color-mute-bg !important ;
39
+ text-decoration : none ;
39
40
}
40
41
}
41
42
Original file line number Diff line number Diff line change 3
3
color : $text-muted ;
4
4
5
5
a :hover {
6
- text-decoration : none ;
6
+ text-decoration : none !important ;
7
7
}
8
8
9
9
.nav-link :hover {
10
- color : $links-hover !important ;
10
+ color : $link-color !important ;
11
11
}
12
12
13
13
.navbar-brand :hover {
14
- color : $links-hover !important ;
14
+ color : $link-color !important ;
15
15
transition : color 0.15s ease-in-out !important ;
16
16
}
17
17
}
Original file line number Diff line number Diff line change 25
25
.input-group-text {
26
26
background-color : $color-mute-bg !important ;
27
27
}
28
+
29
+ a {
30
+ text-decoration : none ;
31
+ & :hover {
32
+ color : $link-color ;
33
+ text-decoration : underline ;
34
+ }
35
+
36
+ }
Original file line number Diff line number Diff line change 1
1
$dark-green : #073c44 ;
2
2
$light-blue : darken (#EDF4F4 , 5% );
3
+ $red : #f87683 ;
3
4
$medium-grey : #bcbcbc ;
4
5
5
6
$color-primary : $light-blue ; // not sure about this one
6
7
$color-secondary : $dark-green ;
8
+ $color-tertiary : $red ;
7
9
$color-highlight : darken ($color-secondary , 5% );
8
10
9
11
$color-mute-bg : $gray-800 ;
@@ -16,8 +18,7 @@ $color-fg: white;
16
18
$text-muted : $medium-grey ;
17
19
18
20
$color-active : lighten ($color-secondary , 5% );
19
- $link-color : lighten ($color-active , 30% );
20
- $links-hover : lighten ($color-active , 30% );
21
+ $link-color : $color-tertiary ;
21
22
$border-hover : $color-active ;
22
23
23
24
p {
Original file line number Diff line number Diff line change 1
1
$dark-green : #073c44 ;
2
-
3
- $julia-green : #208921 ;
2
+ $red : #d73a4a ;
4
3
$light-blue : #EDF4F4 ;
5
4
$medium-grey : #CCD1D5 ;
6
5
$color-fg : black ;
7
6
8
7
$color-primary : $dark-green ;
9
8
$color-secondary : darken ($light-blue , 20% );
9
+ $color-tertiary : $red ;
10
10
$color-highlight : lighten ($color-secondary , 10% );
11
11
12
12
$color-mute-bg : $gray-200 ;
13
13
14
14
$color-active : lighten ($color-secondary , 5% );
15
- $link-color : $color-primary ;
16
- $links-hover : $color-primary ;
17
- $border-hover : $color-highlight ;
15
+ $link-color : $color-tertiary ;
16
+ $border-hover : darken ($color-secondary , 5% );
18
17
19
18
$body-bg : white ;
20
19
$light-bg-offset : $color-secondary ;
You can’t perform that action at this time.
0 commit comments