From 9ed192ad930c5657b58721c388cd1e6537035328 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 3 Apr 2018 00:25:52 +0100 Subject: New logo and nicer website --- docs/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/style.css') 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; } -- cgit