From e6596bcfaa11bd80952b6d6c6df58aae2c35b202 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:04:57 +0100 Subject: [PATCH] List ``basic.css`` in ``theme.conf`` --- alabaster/static/alabaster.css_t | 3 --- alabaster/theme.conf | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/alabaster/static/alabaster.css_t b/alabaster/static/alabaster.css_t index 0fa226a..ca3fb04 100644 --- a/alabaster/static/alabaster.css_t +++ b/alabaster/static/alabaster.css_t @@ -51,9 +51,6 @@ {%- set theme_relbar_border = theme_relbar_border or theme_gray_2 -%} - -@import url("basic.css"); - /* -- page layout ----------------------------------------------------------- */ body { diff --git a/alabaster/theme.conf b/alabaster/theme.conf index d5930b5..793be12 100644 --- a/alabaster/theme.conf +++ b/alabaster/theme.conf @@ -1,6 +1,6 @@ [theme] inherit = basic -stylesheet = alabaster.css +stylesheet = alabaster.css, basic.css sidebars = about.html, searchfield.html, navigation.html, relations.html, donate.html pygments_style = alabaster.support.Alabaster