From 8700cad28e225dc187193859c2cd47410ab5f2a0 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 5 Jul 2017 00:53:03 +0200 Subject: FCMC: small color fix --- configs/conferences/fcmc/main.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configs/conferences/fcmc') diff --git a/configs/conferences/fcmc/main.less b/configs/conferences/fcmc/main.less index b71f4d6..91fbd3f 100644 --- a/configs/conferences/fcmc/main.less +++ b/configs/conferences/fcmc/main.less @@ -9,7 +9,6 @@ @brand-primary: @yellow; @text-color: white; - @link-color: white; @link-hover-color: white; @@ -52,3 +51,6 @@ html { border-bottom: 2px solid #666; } +.well { + color: black; +} -- cgit v1.2.3