From bb84832bae97e9b45cfb45af607e346098fcf546 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Wed, 10 Jan 2018 22:54:34 +0100 Subject: [PATCH] Fix minorities --- scipost/static/scipost/assets/css/_navbar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scipost/static/scipost/assets/css/_navbar.scss b/scipost/static/scipost/assets/css/_navbar.scss index 4f083989c..c74f30a0f 100644 --- a/scipost/static/scipost/assets/css/_navbar.scss +++ b/scipost/static/scipost/assets/css/_navbar.scss @@ -9,6 +9,10 @@ text-decoration: underline; } + .nav-link { + color: $white; + } + .navbar-nav { flex-direction: row; overflow: scroll; -- GitLab