From 88e06e65808ce0e3e7d4fd51b4476581db2a1754 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 17 Sep 2023 17:23:15 +0200 Subject: [PATCH] Custom CSS option --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index accfae4..bed8ff8 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,4 @@ +@import "custom.css"; :root{ --fg:#E60073; }