From 0047eb6b0bfc63dc4de320f9e5bd2436059fbe4e Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Mon, 4 Sep 2017 17:38:33 +0200 Subject: [PATCH] fix link colour to be visible on blue background --- site/static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/static/css/custom.css b/site/static/css/custom.css index be2acea..9944330 100644 --- a/site/static/css/custom.css +++ b/site/static/css/custom.css @@ -1,3 +1,8 @@ +/* GENERAL STYLING */ +.bg-primary a { + color: #fff; +} + /* SUBPAGES */ .subpage { background-image: url(../img/header.jpg);