From e2535ba98c36f7a4088c57404e4b2e40a67a983c Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:18:05 +0800 Subject: [PATCH] Update style.css --- static/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index c8c954c..67abe1e 100755 --- a/static/style.css +++ b/static/style.css @@ -2,6 +2,7 @@ margin: 0; padding: 0; box-sizing: border-box; + font-family: Tahoma, sans-serif; } html body { max-width: 100%; @@ -11,7 +12,7 @@ html { scroll-behavior: smooth; } body { - background-color: black; + background-color: #00050D; color:white } @@ -26,8 +27,8 @@ header { } .logo { - width: 200px; - height: 70px; + width: 150px; + height: 41px; } .update-btn { background-color: gray;