diff options
| -rw-r--r-- | content/styles/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/styles/style.css b/content/styles/style.css index a731649..f4b782f 100644 --- a/content/styles/style.css +++ b/content/styles/style.css @@ -1,11 +1,11 @@ html { - background-color: black; + background-color: #f1f1f1; font-family: 'Open Sans', sans-serif; font-size: small; } body { - background: black; + background: #f1f1f1; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; |
