diff options
author | Daniel Molkentin | 2019-09-18 12:04:38 +0200 |
---|---|---|
committer | Daniel Molkentin | 2019-09-18 12:04:38 +0200 |
commit | 742605009684b524a2c79febd726e3b001ec85f8 (patch) | |
tree | 9ca9adc848d9966d04e63da772f93379abc5d86d | |
parent | 04af4d9ea60d8932c86ee8c8e7db98c60eeaeef8 (diff) |
fffpk: fix colors
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 { |