diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-25 22:19:34 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-25 22:19:34 +0200 |
| commit | 3ce13c00e6379b70b3f315c776521aea97cc8f14 (patch) | |
| tree | 91b10811cf53650d3fcd1f97897662b258ff90d4 /content | |
| parent | 15fc4c739ae07421c0ce1bed9fc05403312a2e86 (diff) | |
changed background-color
Diffstat (limited to 'content')
| -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; |
