From 45976c0279a232de0c9e380b14466a38dc2b999c Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 22 Apr 2017 19:14:16 +0200 Subject: [PATCH] Turning primary color into Debian default color --- app/assets/stylesheets/_settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index af784b6..b6911de 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -50,7 +50,7 @@ $global-font-size: 100%; $global-width: rem-calc(1200); $global-lineheight: 1.5; $foundation-palette: ( - primary: #1779ba, + primary: $debian-color, secondary: #767676, success: #3adb76, warning: #ffae00,