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 737183f commit ff53a71Copy full SHA for ff53a71
alabaster/static/alabaster.css_t
@@ -15,6 +15,8 @@
15
16
{% set theme_seealso_bg = theme_seealso_bg or theme_gray_2 %}
17
18
+{% set theme_topic_bg = theme_topic_bg or theme_gray_2 %}
19
+
20
{% set theme_narrow_sidebar_link = theme_narrow_sidebar_link or theme_gray_3 %}
21
{% set theme_sidebar_hr = theme_sidebar_hr or theme_gray_3 %}
22
@@ -281,7 +283,7 @@ div.seealso {
281
283
}
282
284
285
div.topic {
- background-color: #eee;
286
+ background-color: {{ theme_topic_bg }};
287
288
289
p.admonition-title {
alabaster/theme.conf
@@ -60,6 +60,7 @@ note_bg =
60
note_border = #CCC
61
seealso_bg =
62
seealso_border = #CCC
63
+topic_bg =
64
code_highlight_bg =
65
highlight_bg = #FAF3E8
66
xref_border = #fff
0 commit comments