From 2eb8c495a8b03a155ad9130ff54c8f78a92a5e34 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 18 Aug 2023 20:52:20 +0100 Subject: Adds base theme --- public/css/base/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/css/base/index.css') diff --git a/public/css/base/index.css b/public/css/base/index.css index 5fcf00b..169a60f 100644 --- a/public/css/base/index.css +++ b/public/css/base/index.css @@ -1 +1,2 @@ -@import './typography.css'; \ No newline at end of file +@import './typography.css'; +@import './theme.css'; \ No newline at end of file -- cgit v1.2.3