File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{% set theme_body_bg = theme_body_bg or theme_base_bg %}
2+ {% set theme_code_highlight_bg = theme_code_highlight_bg or theme_body_bg %}
23{% set theme_sidebar_header = theme_sidebar_header or theme_gray_1 %}
34{% set theme_sidebar_link = theme_sidebar_link or theme_gray_1 %}
45{% set theme_anchor_hover_fg = theme_anchor_hover_fg or theme_gray_1 %}
@@ -262,7 +263,7 @@ div.admonition p.last {
262263}
263264
264265div.highlight {
265- background-color: white ;
266+ background-color: {{ theme_code_highlight_bg }} ;
266267}
267268
268269dt:target, .highlight {
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ note_bg =
6060note_border = #CCC
6161seealso_bg =
6262seealso_border = #CCC
63+ code_highlight_bg =
6364highlight_bg = #FAF3E8
6465xref_border = #fff
6566xref_bg = #FBFBFB
You can’t perform that action at this time.
0 commit comments