Skip to content

Commit 10c9c71

Browse files
committed
Set correct variable name for admonition bg
1 parent 573906b commit 10c9c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alabaster/static/alabaster.css_t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{# set up admonition styling #}
1212
{# - basic level #}
13-
{% set admonition_xref_bg = theme_admonition_xref_bg or theme_xref_bg %}
13+
{% set theme_admonition_xref_bg = theme_admonition_xref_bg or theme_xref_bg %}
1414
{% set theme_admonition_bg = theme_admonition_bg or theme_gray_2 %}
1515
{% set theme_note_bg = theme_note_bg or theme_gray_2 %}
1616
{% set theme_seealso_bg = theme_seealso_bg or theme_gray_2 %}

0 commit comments

Comments
 (0)