We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ba16f commit 9136681Copy full SHA for 9136681
1 file changed
style.css
@@ -160,12 +160,11 @@ select {
160
border: 2px solid #4a6028;
161
background-color: var(--bg-main);
162
cursor: pointer;
163
- background-image: url('data:image/svg+xml;utf8,<svg fill="%234a6028" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 4v16a1 1 0 0 0 1 1h11v-2H8V4h10V2H7a1 1 0 0 0-1 1z"/></svg>');
164
background-size: 60%;
165
background-position: center;
166
background-repeat: no-repeat;
167
transition: transform 0.2s ease;
168
- box-shadow: 0 0 50px #f6e29b, 0 0 50px #d4b454;
+ box-shadow: 0 0 90px #f6e29b, 0 0 90px #d4b454;
169
170
}
171
0 commit comments