From 96dfee34960e84401ec8cfdfd8571e2032701f03 Mon Sep 17 00:00:00 2001 From: derchris Date: Sat, 25 Jul 2020 19:23:09 +0200 Subject: imagination20: change body color to #666 for better readbility --- configs/conferences/imagination20/main.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/conferences') diff --git a/configs/conferences/imagination20/main.less b/configs/conferences/imagination20/main.less index 221e20a..ce02337 100644 --- a/configs/conferences/imagination20/main.less +++ b/configs/conferences/imagination20/main.less @@ -16,7 +16,8 @@ // conference specific styles here body { - background-color: #232323; + background-color: #232323; + color: #666; } .banner { @@ -52,4 +53,3 @@ footer a { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: white; } - -- cgit v1.2.3