File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 88
88
display : none;
89
89
margin : 0 0 20px ;
90
90
font-size : 45px ;
91
- color : # dfffdb ;
92
91
text-align : center;
92
+ color : white;
93
+ text-shadow : 1px 3px 2px var (--green900 );
93
94
94
95
.hero & {
95
96
display : block;
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
.input {
6
+ --search-form-focus-shadow : 0 0 0 4px var (--yellow500 );
7
+
6
8
font-size : 90% ;
7
9
border : none;
8
10
color : black;
14
16
background-position : 6px 6px ;
15
17
background-size : 14px 15px ;
16
18
border-radius : 15px ;
17
- box-shadow : none ;
19
+ box-shadow : 1 px 2 px 4 px 0 var ( --green900 ) ;
18
20
transition : box-shadow 150ms ;
19
21
20
22
.size-big & {
26
28
27
29
& : focus {
28
30
outline : none;
29
- box-shadow : 0 0 0 4px var (--yellow500 );
31
+ box-shadow : var (--search-form-focus-shadow ),
32
+ 1px 2px 3px 4px var (--green900 );
30
33
}
31
34
}
32
35
Original file line number Diff line number Diff line change 16
16
17
17
--main-color : # 383838 ;
18
18
--main-color-light : # 858585 ;
19
+ --main-shadow-color : var (--green900 );
19
20
--main-bg : # f9f7ec ;
20
21
--main-bg-dark : # edebdd ;
21
22
--gray-border : # d5d3cb ;
@@ -106,8 +107,10 @@ noscript {
106
107
display : flex;
107
108
justify-content : center;
108
109
width : 100% ;
110
+ position : relative;
109
111
background-color : var (--main-bg );
110
112
color : var (--main-color );
113
+ box-shadow : 0 0 6px 0 var (--main-shadow-color );
111
114
}
112
115
113
116
.inner-main {
You can’t perform that action at this time.
0 commit comments