diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fffpk/main.less | 7 |
1 files changed, 6 insertions, 1 deletions
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 { |