From db533864a6076b8d88380c1817a8be68f12fe1d0 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:10:28 +0100 Subject: [PATCH] swap order --- alabaster/theme.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alabaster/theme.conf b/alabaster/theme.conf index 793be12..df2e486 100644 --- a/alabaster/theme.conf +++ b/alabaster/theme.conf @@ -1,6 +1,6 @@ [theme] inherit = basic -stylesheet = alabaster.css, basic.css +stylesheet = basic.css, alabaster.css sidebars = about.html, searchfield.html, navigation.html, relations.html, donate.html pygments_style = alabaster.support.Alabaster