Skip to content

Commit 6a6b03d

Browse files
authored
Add background color to option elements for improved visibility (#2047)
1 parent e2084d6 commit 6a6b03d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/custom-props/common.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@
7676
--content-gutter: 20px;
7777
}
7878
}
79+
80+
option {
81+
background-color: var(--sidebarBackground);
82+
}

0 commit comments

Comments
 (0)