From c777691270b9f2c42aa5109426ef5e5b8d7f869a Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 25 May 2021 22:11:16 +0200 Subject: [PATCH] Make background-color of navbar darker --- Layout/default/header.php | 1 + public/assets/css/thetool.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 public/assets/css/thetool.css diff --git a/Layout/default/header.php b/Layout/default/header.php index 8108d3122..5acdab91c 100644 --- a/Layout/default/header.php +++ b/Layout/default/header.php @@ -14,6 +14,7 @@ + diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css new file mode 100644 index 000000000..a63f402a6 --- /dev/null +++ b/public/assets/css/thetool.css @@ -0,0 +1,3 @@ +#topnav { + background-color: #38414a; +} \ No newline at end of file