From 172ea1d171311bff11f13e187e5f09e1e03c67bf Mon Sep 17 00:00:00 2001 From: dedeibel Date: Sun, 23 Dec 2018 23:13:10 +0100 Subject: 35c3: Black button texts for improved readablity on blue/green background --- configs/conferences/35c3/main.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index fa4bef3..189bd69 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -40,9 +40,9 @@ * buttons */ @btn-font-weight: 600; -a.btn, input.btn { +a.btn, input.btn, .btn-primary { text-transform: uppercase; - color: @color-grey; + color: black; } a.btn:hover, input.btn:hover { color: @color-grey-readable-focused; -- cgit v1.2.3