We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573906b commit 10c9c71Copy full SHA for 10c9c71
alabaster/static/alabaster.css_t
@@ -10,7 +10,7 @@
10
11
{# set up admonition styling #}
12
{# - basic level #}
13
-{% 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 %}
14
{% set theme_admonition_bg = theme_admonition_bg or theme_gray_2 %}
15
{% set theme_note_bg = theme_note_bg or theme_gray_2 %}
16
{% set theme_seealso_bg = theme_seealso_bg or theme_gray_2 %}
0 commit comments