Skip to content

Commit 837eec8

Browse files
authored
Merge pull request #96 from kenzierocks/patch-1
Set correct variable name for admonition bg
2 parents 573906b + 10c9c71 commit 837eec8

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)