From 1a7b3b414ebe8a33983573e3c2e72ad0129566f1 Mon Sep 17 00:00:00 2001 From: STEMATHST <takehana@shinshu.us> Date: Thu, 23 Jan 2020 11:16:55 +0000 Subject: [PATCH] Update style.css --- public/style.css | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/public/style.css b/public/style.css index 3eae408..1ec68c9 100644 --- a/public/style.css +++ b/public/style.css @@ -1,24 +1,3 @@ body { - font-family: sans-serif; - margin: auto; - max-width: 1280px; + font-family: serif; } - -.navbar { - background-color: #313236; - border-radius: 2px; - max-width: 800px; -} - -.navbar a { - color: #aaa; - display: inline-block; - font-size: 15px; - padding: 10px; - text-decoration: none; -} - -.navbar a:hover { - color: #ffffff; -} - -- GitLab