From dfb6b7ff40a4853f29efe34b3a785ac9965fcadf Mon Sep 17 00:00:00 2001 From: Christine Kraus <christine.kraus@hft-stuttgart.de> Date: Tue, 16 Jun 2020 15:03:12 +0000 Subject: [PATCH] Delete style.css --- public/style.css | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 public/style.css diff --git a/public/style.css b/public/style.css deleted file mode 100644 index 3eae408..0000000 --- a/public/style.css +++ /dev/null @@ -1,24 +0,0 @@ -body { - font-family: sans-serif; - margin: auto; - max-width: 1280px; -} - -.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