Skip to content

Commit 9136681

Browse files
committed
corrected boob-btn
1 parent f0ba16f commit 9136681

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,11 @@ select {
160160
border: 2px solid #4a6028;
161161
background-color: var(--bg-main);
162162
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>');
164163
background-size: 60%;
165164
background-position: center;
166165
background-repeat: no-repeat;
167166
transition: transform 0.2s ease;
168-
box-shadow: 0 0 50px #f6e29b, 0 0 50px #d4b454;
167+
box-shadow: 0 0 90px #f6e29b, 0 0 90px #d4b454;
169168

170169
}
171170

0 commit comments

Comments
 (0)