From c79c1d9958ff52dee9acf377f136c6641c7dd138 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 24 Sep 2022 02:39:27 +0200 Subject: [PATCH] New button light color --- frontend/src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index c7a0867da..d903c6076 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -11,6 +11,7 @@ $primary: #105fb0; $secondary: #2d3348; $success: #1a9436; $info: #5f4ab8; +$light: #744ad1; $h5-font-size: 1.15rem !default;