Skip to content

Commit b31ba83

Browse files
fix: remove important and use backgroung color
1 parent 5d4e594 commit b31ba83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: website/src/components/SelectLang.vue

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ select {
4949
}
5050
.selector-option-text {
5151
color: var(--vp-custom-selector-option-text);
52+
background-color: var(--vp-c-bg);
5253
}
5354
@media only screen and (max-width: 780px) {
5455
.selector {

Diff for: website/src/style.css

+1-1
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) !important;
48+
color: var(--vp-c-text-1);
4949
}
5050

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

0 commit comments

Comments
 (0)