diff options
author | derchris | 2020-07-25 19:23:09 +0200 |
---|---|---|
committer | derchris | 2020-07-25 19:23:09 +0200 |
commit | 96dfee34960e84401ec8cfdfd8571e2032701f03 (patch) | |
tree | 5b4f7f9f7fe8f36391193c543e1a1f69122cc4c6 /configs/conferences | |
parent | 70259a6305b9dfb7c08c7689cc2c9d301fa141c4 (diff) |
imagination20: change body color to #666 for better readbility
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; } - |