Skip to content

Commit e9b2920

Browse files
fix: highlight in doc for dark mode improved
1 parent 73f2f54 commit e9b2920

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/_static/custom.css

+5
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ html[data-theme="dark"] .highlight-python.import {
171171
box-shadow: 0px 0px 10px 0px #595959;
172172
}
173173

174+
html[data-theme="dark"] .rst-content .highlighted {
175+
background: #7e6500;
176+
box-shadow: 0 0 0 2px #7e6500;
177+
}
178+
174179
#native-gates-list > * {
175180
position: relative;
176181
}

0 commit comments

Comments
 (0)