set select background color (#293)

This commit is contained in:
Olivier 2023-05-24 12:52:34 +02:00 committed by GitHub
parent 05094e2fd9
commit 1de3593521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ textarea {
}
select {
@include color('background-color', 'main-background');
height: 2.35rem;
}