This commit is contained in:
Timothy Jaeryang Baek
2026-08-30 12:13:06 -04:00
parent 26f37426b7
commit 58a3fadbf3

View File

@@ -173,6 +173,7 @@ li p {
}
select {
color-scheme: light;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
background-position: right 0rem center;
background-repeat: no-repeat;
@@ -186,6 +187,10 @@ select {
-webkit-appearance: none;
}
.dark select {
color-scheme: dark;
}
.dark select:not([class*='bg-transparent']) {
@apply bg-gray-900 text-gray-300;
}