Skip to content

Commit 5d4e594

Browse files
fix: fix option
1 parent a7a4113 commit 5d4e594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ input, textarea {
4545
}
4646
option {
4747
background-color: var(--vp-c-bg);
48-
color: var(--vp-c-text-1);
48+
color: var(--vp-c-text-1) !important;
4949
}
5050

5151
/* revert the 'white-space' property for textarea elements on Safari */

0 commit comments

Comments
 (0)