aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-04-03 00:25:52 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-04-03 00:25:52 +0100
commit9ed192ad930c5657b58721c388cd1e6537035328 (patch)
treeed067081bcf3756522f9f15daef42f1a931a8063 /docs/style.css
parent12c252fdeb0bc8af4200b8e01d8e2b9fc11e8ded (diff)
downloadYAGE-9ed192ad930c5657b58721c388cd1e6537035328.tar.gz
YAGE-9ed192ad930c5657b58721c388cd1e6537035328.zip
New logo and nicer website
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/style.css b/docs/style.css
index 3dc99567..ccfaf8d6 100644
--- a/docs/style.css
+++ b/docs/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;
}