summaryrefslogtreecommitdiff
path: root/content/styles/style.css
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-10-25 22:19:34 +0200
committeryuzu-eva <stevenhu@web.de>2024-10-25 22:19:34 +0200
commit3ce13c00e6379b70b3f315c776521aea97cc8f14 (patch)
tree91b10811cf53650d3fcd1f97897662b258ff90d4 /content/styles/style.css
parent15fc4c739ae07421c0ce1bed9fc05403312a2e86 (diff)
changed background-color
Diffstat (limited to 'content/styles/style.css')
-rw-r--r--content/styles/style.css4
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;