diff options
| -rw-r--r-- | www/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/style.css b/www/style.css index 225be8d..cd8a09a 100644 --- a/www/style.css +++ b/www/style.css @@ -1,4 +1,4 @@ -BODY { +BODY, HTML { background-color: #b6c6e5; color: black; margin: 0px; |