Update select colors

This commit is contained in:
skidoodle 2023-09-15 21:20:35 +02:00
parent f7a8512076
commit d7a9484efa
2 changed files with 6 additions and 22 deletions

View file

@ -2,22 +2,6 @@
@tailwind components;
@tailwind utilities;
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #121212;
color: #efefef;
}
option {
background-color: #121212;
color: #efefef;
}
select {
color: #121212;
background-color: #0e0f0f;
}