Skip to content

Commit 72235a9

Browse files
fix: update background color of language switcher (#1314)
1 parent a52e143 commit 72235a9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/css/style.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,10 @@ header img {
8181
#language_switcher-select {
8282
font-size: inherit;
8383
color: inherit;
84-
background: none;
84+
background: #070c14;
8585
border: none;
8686
}
8787

88-
#language_switcher-select > option {
89-
color: inherit;
90-
background: #202229;
91-
}
92-
9388
#top_section {
9489
height: calc(100vh - var(--header-height));
9590
padding: 3rem;

0 commit comments

Comments
 (0)