aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 3dc99567..ccfaf8d6 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
body {
- background-color: #CCC;
+ background-color: #a8ccf0;
color: black;
margin: 0;
}
@@ -25,5 +25,5 @@ hr.footer {
}
.footer {
- background-color: #AAA;
+ background-color: #7cb2e9;
}