From 8a77b5c213de83a60a6edfdebd37de051262f575 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Wed, 16 Aug 2017 18:05:01 +0200 Subject: [PATCH] Lost color in bootstrap update --- scipost/static/scipost/assets/config/preconfig.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scipost/static/scipost/assets/config/preconfig.scss b/scipost/static/scipost/assets/config/preconfig.scss index 39a77066f..e41116fc8 100644 --- a/scipost/static/scipost/assets/config/preconfig.scss +++ b/scipost/static/scipost/assets/config/preconfig.scss @@ -36,6 +36,7 @@ $green: #6ebb6e; $cyan: $scipost-lightblue; $yellow: $scipost-orange; $gray-600: #ccc; +$text-muted: #636c72; // Others, now as default // $red: $red; // $gray-100: $gray-100; -- GitLab