From 742605009684b524a2c79febd726e3b001ec85f8 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 18 Sep 2019 12:04:38 +0200 Subject: fffpk: fix colors --- configs/conferences/fffpk/main.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/conferences/fffpk/main.less b/configs/conferences/fffpk/main.less index a03197a..1c89ae8 100644 --- a/configs/conferences/fffpk/main.less +++ b/configs/conferences/fffpk/main.less @@ -33,9 +33,14 @@ h1, h2, h3, body.overview .room a.title, body.overview .panel-primary a, .navbar font-family: "Jost Bold", sans-serif; font-weight: bold; text-transform: uppercase; +} + +h1, h2, h3 { color: white; +} - //color: rgb(153, 153, 153); +.well h1, .well h2, .well h3 { + color: @panel-default-text; } body { -- cgit v1.2.3