From 9e6d4c7af021f4741e574281b1ce71f5f97eb074 Mon Sep 17 00:00:00 2001
From: Jason Yavorska <jason@gitlab.com>
Date: Wed, 20 May 2020 13:47:05 +0000
Subject: [PATCH] Revert "Simplify style.css"

This reverts commit f5441284fafbee27bff5ddb705c782c4d573ab2e
---
 public/style.css | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/public/style.css b/public/style.css
index 39af1bd..3eae408 100644
--- a/public/style.css
+++ b/public/style.css
@@ -2,4 +2,23 @@ body {
   font-family: sans-serif;
   margin: auto;
   max-width: 1280px;
-}
\ No newline at end of file
+}
+
+.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