diff --git a/kanken_online/static/dark_theme.css b/kanken_online/static/dark_theme.css index e541a38..373f732 100644 --- a/kanken_online/static/dark_theme.css +++ b/kanken_online/static/dark_theme.css @@ -1,3 +1,8 @@ body { - background: green; + background: black; + color: aliceblue; } + +html { + background-color: black; +} \ No newline at end of file