From c412ebfef329562ae31730d214d52640166c0f05 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 16 Jul 2020 21:18:16 +0530 Subject: Publish deploy 2020-07-16 21:18 --- Themes/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Themes/styles.css') diff --git a/Themes/styles.css b/Themes/styles.css index 686558f..b8a51ce 100644 --- a/Themes/styles.css +++ b/Themes/styles.css @@ -7,7 +7,7 @@ } body { - background: #fff; + background: #eee; color: #000; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial; text-align: center; @@ -23,7 +23,7 @@ body { header { - + background: #fff; position: relative; color: #ededed; line-height: 1.5em; @@ -65,7 +65,7 @@ header .site-name { color: #000; margin: 0; cursor: pointer; - font-weight: 200; + font-weight: 50; font-size: 2.3em; letter-spacing: 1px; } @@ -117,7 +117,7 @@ a { display: block; padding: 20px; border-radius: 20px; - background-color: #eee; + background-color: #d3d3d3; margin-bottom: 20px } -- cgit v1.2.3