diff options
author | Daniel Molkentin | 2016-05-03 13:23:47 +0200 |
---|---|---|
committer | Daniel Molkentin | 2016-05-03 13:23:47 +0200 |
commit | 63e863afd1c2e507271ce17895e14f9201b62b96 (patch) | |
tree | 64915452a525a4927701bffe14d49855701a3686 /configs | |
parent | 8ffb45f392e505b45c00a5e340d56f62323d7f4b (diff) |
rpTEN: fix background color
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/rp16/main.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/rp16/main.less b/configs/conferences/rp16/main.less index 27df513..5775b31 100644 --- a/configs/conferences/rp16/main.less +++ b/configs/conferences/rp16/main.less @@ -6,7 +6,7 @@ @text-color: #000; @link-color: #FFFF99; -@panel-bg: #222222; +@panel-bg: #ddd; @well-bg: @panel-bg; @panel-primary-border: #FFFFFF; @panel-default-heading-bg: #333333; |