Skip to content

Commit 96f776a

Browse files
committed
Fix a couple typos
1 parent a6229eb commit 96f776a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alabaster/static/alabaster.css_t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ a:hover tt, a:hover code {
603603

604604
div.documentwrapper {
605605
float: none;
606-
background: {{ base_bg }};
606+
background: {{ theme_base_bg }};
607607
}
608608

609609
div.sphinxsidebar {
@@ -622,7 +622,7 @@ a:hover tt, a:hover code {
622622

623623
div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
624624
div.sphinxsidebar h3 a {
625-
color: {{ base_bg }};
625+
color: {{ theme_base_bg }};
626626
}
627627

628628
div.sphinxsidebar a {

0 commit comments

Comments
 (0)