From cad46301472a53170c10b6fef698456ad1282139 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Mon, 22 Jan 2024 10:12:30 -0600 Subject: [PATCH] remove theme import from stylesheet, now linked from page --- core/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/core/style.css b/core/style.css index acb2a71..0dfdf39 100644 --- a/core/style.css +++ b/core/style.css @@ -1,4 +1,3 @@ -@import url('css/theme.css'); /* == BUTTONS */ @import url('css/buttons.css'); /* = TABBED CONTAINERS */ @import url('css/tabbed-container.css'); /* = UserCards */ @import url('css/usercard.css');