From e98d2418eb99504667bb7bbba9cefad8355bbf7f Mon Sep 17 00:00:00 2001 From: Nicolas Selva Date: Mon, 8 Aug 2022 13:08:56 +0200 Subject: [PATCH] [SUP-25074]change dison theme_color --- static/dison/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/dison/style.scss b/static/dison/style.scss index 9e2c6656..b695194c 100644 --- a/static/dison/style.scss +++ b/static/dison/style.scss @@ -1,7 +1,7 @@ @charset "UTF-8"; /*STYLE*/ -$primary-color: #347785; +$primary-color: #7B98C4; $width: 1100px; $mobile-limit: 800px; $font-size: 16px !default;