From eb28fd90e5dd9c500b9c5f1373ec033fdc114859 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 24 Sep 2022 02:30:36 +0200 Subject: [PATCH] Updating info button styling --- frontend/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 65293098d..c7a0867da 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -10,7 +10,7 @@ $nav-tabs-link-active-bg: #11131f; $primary: #105fb0; $secondary: #2d3348; $success: #1a9436; -$info: #1bd8f4; +$info: #5f4ab8; $h5-font-size: 1.15rem !default;