From 9e843f541ce6ea9ab949ff4384d3f7de813c040d Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Sat, 15 Mar 2025 23:09:32 +0100 Subject: [PATCH] fix syntax --- assets/scss/_variables_project.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/_variables_project.scss b/assets/scss/_variables_project.scss index 70938d6..6d7d017 100644 --- a/assets/scss/_variables_project.scss +++ b/assets/scss/_variables_project.scss @@ -6,6 +6,6 @@ Add styles or override variables from the theme here. /* Color and Style */ $primary: #30a552; -$secondary: #0d6efd;; +$secondary: #0d6efd; $tertiary: #8c68cd; $warning: #ffc107; \ No newline at end of file