From 92329aee3c5519d53c37418b89ff5d4bf4f69007 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 3 Feb 2025 00:26:59 -0800 Subject: [PATCH] Root css --- static/css/root.css | 7 +++++++ static/css/style.css | 8 +------- 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 static/css/root.css diff --git a/static/css/root.css b/static/css/root.css new file mode 100644 index 0000000..900aacb --- /dev/null +++ b/static/css/root.css @@ -0,0 +1,7 @@ +:root { + --primary-red: #f43f3f; + --dark-bg: #1e1f26; + --sidebar-bg: #2b2c33; + --text-color: #ffffff; + --text-muted: #9da2b3; +} \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index aa1f091..2d0b2e7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,10 +1,4 @@ -:root { - --primary-red: #f43f3f; - --dark-bg: #1e1f26; - --sidebar-bg: #2b2c33; - --text-color: #ffffff; - --text-muted: #9da2b3; -} +@import 'root.css'; body { margin: 0;