File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{%- 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 %}
3
2
{%- set theme_sidebar_header = theme_sidebar_header or theme_gray_1 %}
4
3
{%- set theme_sidebar_link = theme_sidebar_link or theme_gray_1 %}
5
4
{%- set theme_anchor_hover_fg = theme_anchor_hover_fg or theme_gray_1 %}
6
5
7
6
{%- set theme_footnote_border = theme_footnote_border or theme_gray_2 %}
8
- {%- set theme_pre_bg = theme_pre_bg or theme_gray_2 %}
7
+ {%- set theme_pre_bg = theme_pre_bg or 'unset' %}
9
8
10
9
{%- set theme_head_font_family = theme_head_font_family or theme_font_family %}
11
10
@@ -322,9 +321,11 @@ div.admonition p.last {
322
321
margin-bottom: 0;
323
322
}
324
323
324
+ {%- if theme_code_highlight_bg %}
325
325
div.highlight {
326
326
background-color: {{ theme_code_highlight_bg }};
327
327
}
328
+ {%- endif %}
328
329
329
330
dt:target, .highlight {
330
331
background: {{ theme_highlight_bg }};
You can’t perform that action at this time.
0 commit comments