File tree 4 files changed +8
-10
lines changed
4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
footer {
2
2
padding : 2rem ;
3
- background-color : var (--light-color );
4
3
font-size : var (--body-font-size-s );
5
4
}
6
5
Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ header nav .nav-sections {
158
158
flex : 1 1 auto;
159
159
display : none;
160
160
visibility : hidden;
161
- background-color : var (--overlay-color );
162
161
}
163
162
164
163
header nav [aria-expanded = 'true' ] .nav-sections {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ main .hero-container {
16
16
max-width : 1200px ;
17
17
margin-left : auto;
18
18
margin-right : auto;
19
- color : white ;
19
+ color : var ( --background-color ) ;
20
20
}
21
21
22
22
.hero picture {
Original file line number Diff line number Diff line change 12
12
13
13
: root {
14
14
/* colors */
15
- --link-color : # 035fe6 ;
16
- --link-hover-color : # 136ff6 ;
17
15
--background-color : white;
18
- --light-color : # eee ;
19
- --dark-color : # ccc ;
20
- --text-color : black;
16
+ --light-color : # e1e1e1 ;
17
+ --dark-color : # c6c6c6 ;
18
+ --text-color : # 292929 ;
19
+ --link-color : # 274dea ;
20
+ --link-hover-color : # 1d3ecf ;
21
21
22
22
/* fonts */
23
23
--body-font-family : roboto, roboto-fallback;
63
63
margin : 0 ;
64
64
font-family : var (--body-font-family );
65
65
line-height : 1.6 ;
66
- color : var (--text-color );
67
66
background-color : var (--background-color );
67
+ color : var (--text-color );
68
68
display : none;
69
69
}
70
70
@@ -152,8 +152,8 @@ button {
152
152
font-style : normal;
153
153
font-weight : 600 ;
154
154
cursor : pointer;
155
- color : var (--background-color );
156
155
background-color : var (--link-color );
156
+ color : var (--background-color );
157
157
margin : 16px 0 ;
158
158
white-space : nowrap;
159
159
overflow : hidden;
You can’t perform that action at this time.
0 commit comments