diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/imagination20/main.less | 4 |
1 files changed, 2 insertions, 2 deletions
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; } - |