We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4e594 commit b31ba83Copy full SHA for b31ba83
website/src/components/SelectLang.vue
@@ -49,6 +49,7 @@ select {
49
}
50
.selector-option-text {
51
color: var(--vp-custom-selector-option-text);
52
+ background-color: var(--vp-c-bg);
53
54
@media only screen and (max-width: 780px) {
55
.selector {
website/src/style.css
@@ -45,7 +45,7 @@ input, textarea {
45
46
option {
47
background-color: var(--vp-c-bg);
48
- color: var(--vp-c-text-1) !important;
+ color: var(--vp-c-text-1);
/* revert the 'white-space' property for textarea elements on Safari */
0 commit comments