[F} Fix dropdown white on white

pull/96/head
Azalea 2024-12-17 20:35:44 -05:00
parent 69ab9d96f7
commit 637191836a
1 changed files with 10 additions and 0 deletions

View File

@ -133,6 +133,7 @@ input
transition: $transition
box-sizing: border-box
// Dropdown
select
border-radius: $border-radius
border: 1px solid transparent
@ -144,6 +145,13 @@ select
transition: $transition
box-sizing: border-box
option
background-color: #333
color: #fff
option:hover
background-color: #555
input[type="checkbox"]
width: 1.2em
height: 1.2em
@ -329,3 +337,5 @@ nav
padding: 4px 8px
background: $ov-lighter
backdrop-filter: blur(5px)