Skip to content

Commit d25c4bc

Browse files
authored
List basic.css in theme.conf (#219)
1 parent 97235d1 commit d25c4bc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

alabaster/static/alabaster.css_t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151

5252
{%- set theme_relbar_border = theme_relbar_border or theme_gray_2 -%}
5353

54-
55-
@import url("basic.css");
56-
5754
/* -- page layout ----------------------------------------------------------- */
5855

5956
body {

alabaster/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[theme]
22
inherit = basic
3-
stylesheet = alabaster.css
3+
stylesheet = basic.css, alabaster.css
44
sidebars = about.html, searchfield.html, navigation.html, relations.html, donate.html
55
pygments_style = alabaster.support.Alabaster
66

0 commit comments

Comments
 (0)