From 6f539d2cff67aef9ca585c38d10e4088cba111ac Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 6 Jun 2020 17:57:13 +0200 Subject: Nicer styles. --- sass/styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sass/styles.scss b/sass/styles.scss index 87bb0d1..147dc24 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -1,14 +1,14 @@ body { - background: #322; + background: #232227; color: #aaa; line-height: 1.5; a { - color: #acc; + color: #8f8f8f; } h1, h2, h3 { - color: #bcc; + color: #828282; } } -- cgit v1.2.3