Skip to content

Commit 1f2439c

Browse files
authored
Use black color for switcher options (#1615)
Closes #1614
1 parent a1c2147 commit 1f2439c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sphinx_rtd_theme/static/css/theme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/_theme_layout.sass

+2
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ html
265265
&:hover, &:active, &:focus
266266
background: rgba(255, 255, 255, .1)
267267
color: rgba(255, 255, 255, .5)
268+
option
269+
color: black
268270
&:has(> select):after
269271
display: inline-block
270272
width: 1.5em

0 commit comments

Comments
 (0)