We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab934cf commit 3657df3Copy full SHA for 3657df3
docs/css/index.css
@@ -202,7 +202,7 @@ select {
202
background: url('../images/dropdown.svg') no-repeat;
203
background-position: calc(100% - 14px) center;
204
border: none;
205
- color: #333;
+ color: #fff;
206
border-radius: 4px;
207
font-size: 0.9rem;
208
display: block;
@@ -211,7 +211,8 @@ select {
211
}
212
213
option {
214
+ background-color: #464144;
215
216
217
218
body.dark select {
docs/take-notes.html
@@ -253,7 +253,7 @@
253
<option value="Populaire">
254
Populaire
255
</option>
256
- <option value="Riddikulus">
+ <option value="Riddndwrtitngikulus">
257
Riddikulus
258
259
<option value="Mine">
0 commit comments