Skip to content

Commit 5518c1d

Browse files
Add files via upload
1 parent f6afaba commit 5518c1d

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

style.css

+24-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,11 @@ box-shadow: 0 0rem 3rem rgba(0, 0, 0, 0.175) ;
171171
border-radius: 0.25rem;
172172
}
173173

174-
.answerb{
174+
.answerb.or{border-radius:0.25rem !important;
175+
border: 0px solid !important;
176+
outline:none !important;
177+
height:initial}
178+
.answerb:not(.or){
175179
border-color:var(--light) !important;
176180
background-color:var(--light) !important;
177181
border-radius:0.25rem !important;
@@ -223,4 +227,22 @@ html {
223227
scroll-snap-align: start;
224228

225229
}
226-
230+
.close:hover{
231+
color: var(--danger);
232+
233+
}
234+
.close{float:none}
235+
* {
236+
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
237+
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
238+
outline: none !important;
239+
}
240+
*:focus {
241+
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
242+
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
243+
outline: none !important;
244+
outline-width: 0 !important;
245+
box-shadow: none;
246+
-moz-box-shadow: none;
247+
-webkit-box-shadow: none;
248+
}

0 commit comments

Comments
 (0)