Skip to content

Commit

Permalink
Set correct variable name for admonition bg
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Jan 25, 2017
1 parent 573906b commit 10c9c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alabaster/static/alabaster.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{# set up admonition styling #}
{# - basic level #}
{% set admonition_xref_bg = theme_admonition_xref_bg or theme_xref_bg %}
{% set theme_admonition_xref_bg = theme_admonition_xref_bg or theme_xref_bg %}
{% set theme_admonition_bg = theme_admonition_bg or theme_gray_2 %}
{% set theme_note_bg = theme_note_bg or theme_gray_2 %}
{% set theme_seealso_bg = theme_seealso_bg or theme_gray_2 %}
Expand Down

0 comments on commit 10c9c71

Please sign in to comment.