diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index 6d9eb5f..ebec94a 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -1,11 +1,15 @@ html { - color: #DDD; + color: #CCC; } body { background: black; } +strong { + color: #EEE; +} + .site-wrap { background: #111; diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css index 91f550f..c64ed43 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -3,7 +3,11 @@ html { } body { - background: #888; + background: #999; +} + +strong { + color: #111; } .site-wrap {