File tree 5 files changed +49
-14
lines changed
5 files changed +49
-14
lines changed Original file line number Diff line number Diff line change 1
- .es-button {
1
+ .es-button ,
2
+ a .es-button ,
3
+ a .es-button : link ,
4
+ a .es-button : visited {
2
5
background-color : var (--color-brand );
3
6
color : var (--color-white );
4
7
padding-left : var (--spacing-3 );
Original file line number Diff line number Diff line change 3
3
} */
4
4
5
5
.es-footer {
6
- & a {
6
+ & a ,
7
+ & : link ,
8
+ & : visited {
7
9
text-decoration : none;
8
- color : var (--color-gray-900 );
10
+ color : var (--color-gray-600 );
9
11
background-image : none;
10
12
}
11
13
14
+ & a : focus ,
15
+ & a : hover {
16
+ text-decoration : underline;
17
+ color : var (--color-brand );
18
+ }
19
+
12
20
& .footer-info {
13
21
display : flex;
14
22
padding : var (--spacing-2 ) 0 ;
66
74
max-width : 4rem ;
67
75
}
68
76
}
77
+
78
+ footer .es-footer {
79
+ & a ,
80
+ & : link ,
81
+ & : visited {
82
+ color : var (--color-gray-600 );
83
+ background-image : none;
84
+ }
85
+ }
Original file line number Diff line number Diff line change 91
91
box-sizing : border-box;
92
92
}
93
93
94
- .navbar-list-item-link {
94
+ .navbar-list-item-link ,
95
+ .navbar-list-item-link : link ,
96
+ .navbar-list-item-link : visited {
95
97
display : block;
96
98
color : inherit;
97
99
text-decoration : none;
Original file line number Diff line number Diff line change @@ -115,27 +115,32 @@ body {
115
115
line-height : var (--line-height-base );
116
116
}
117
117
118
+ a {
119
+ color : var (--color-brand-hc-dark );
120
+ text-decoration : underline;
121
+ }
122
+
118
123
main {
119
124
background-color : var (--color-gray-100 );
120
125
}
121
126
122
- a ,
123
- a : link ,
124
- a : visited {
127
+ main a ,
128
+ main a : link ,
129
+ main a : visited {
125
130
color : var (--color-brand-hc-dark );
126
131
text-decoration : none;
127
132
background : no-repeat left bottom
128
133
linear-gradient (var (--color-brand-40 ), var (--color-brand-40 ));
129
134
background-size : 100% 0.1875rem ;
130
135
}
131
136
132
- a : focus ,
133
- a : hover {
137
+ main a : focus ,
138
+ main a : hover {
134
139
color : var (--color-brand );
135
140
}
136
141
137
- a : active ,
138
- .active {
142
+ main a : active ,
143
+ main .active {
139
144
color : var (--color-brand );
140
145
}
141
146
Original file line number Diff line number Diff line change 2
2
display : flex;
3
3
height : 100% ;
4
4
box-sizing : border-box;
5
- background : var (--color-white );
6
5
border-radius : var (--radius-lg );
7
6
border : 2px solid var (--color-gray-200 );
8
7
overflow : hidden;
9
8
}
10
9
10
+ a .well : link ,
11
+ a .well : visited ,
12
+ .well {
13
+ background : var (--color-white );
14
+ }
15
+
11
16
a .well : focus {
12
17
border-color : var (--color-white );
13
18
}
@@ -21,24 +26,27 @@ a.well:hover {
21
26
margin : auto;
22
27
}
23
28
24
- [class *= ' well-' ] {
29
+ [class *= " well-" ] {
25
30
position : relative;
26
31
height : 0 ;
27
32
}
28
33
29
34
.well-1\/ 1 {
35
+ height : 0 ;
30
36
padding : 0 0 100% ;
31
37
}
32
38
33
39
.well-4\/ 3 {
40
+ height : 0 ;
34
41
padding : 0 0 75% ;
35
42
}
36
43
37
44
.well-16\/ 9 {
45
+ height : 0 ;
38
46
padding : 0 0 56.25% ;
39
47
}
40
48
41
- [class *= ' well-' ] img {
49
+ [class *= " well-" ] img {
42
50
position : absolute;
43
51
top : 50% ;
44
52
left : 50% ;
You can’t perform that action at this time.
0 commit comments