diff --git a/index.html b/index.html index c87eb38..5f0a34d 100644 --- a/index.html +++ b/index.html @@ -23,12 +23,12 @@ .theme:hover:before { content: attr(data-tooltip); } /* Color schemes */ - body.light { background: white; color: black; } - .light th { background: white; } - .light .theme:before { color: black; } - body.dark { background: black; color: white; } - .dark th { background: black; } - .dark .theme:before { color: white; } + body.light { background: #eee; color: #333; } + .light th { background: #eee; } + .light .theme:before { color: #333; } + body.dark { background: #333; color: #eee; } + .dark th { background: #333; } + .dark .theme:before { color: #eee; }