Skip to content

Commit 63f103b

Browse files
doc: white shadow for dark theme switcher
1 parent 870b5fe commit 63f103b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/_static/custom.css

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ div.document {
2929
} */
3030

3131
/* *** fix for rtd dark *** */
32+
html[data-theme="dark"] .theme-switcher {
33+
box-shadow: 0px 1px 14px 2px rgb(255 255 255 / 20%);
34+
}
3235

3336
html[data-theme="dark"] div.nboutput.container div.output_area.stderr {
3437
background: rgb(103, 23, 23);

0 commit comments

Comments
 (0)