diff --git a/css/glowingbear.css b/css/glowingbear.css index 8eccfed..656e4a5 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -3,6 +3,8 @@ body { height: 100%; /* The html and body elements cannot have any padding or margin. */ overflow:hidden; + color: #ddd; + background-color: #181818; } .horizontal-line { @@ -79,11 +81,6 @@ hr { white-space: pre-wrap; } -body { - color: #ddd; - background-color: #181818; -} - #sendMessage { width: 100%; height: 36px;