diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index cb57d2e..c194867 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -44,7 +44,7 @@ table, th, td { } th { - background: #333; + background: #111; } blockquote { diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css index 155f3a0..0bf9d11 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -44,7 +44,7 @@ table, th, td { } th { - background: #CCC; + background: #EEE; } blockquote {