From d6c947e2cd89f10b6b4538a329fb40c5b26432e5 Mon Sep 17 00:00:00 2001 From: Steven Pawley Date: Mon, 20 May 2024 09:24:11 -0600 Subject: [PATCH] remove custom.scss --- custom.scss | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 custom.scss diff --git a/custom.scss b/custom.scss deleted file mode 100644 index 1621a4e..0000000 --- a/custom.scss +++ /dev/null @@ -1,18 +0,0 @@ -/*-- scss:defaults --*/ - -$primary: #000000 !default; -$link-color: #E66234 !default; - -// Fonts -$h1-font-size: 1.9rem; -$h2-font-size: 1.3rem; - -// Navbar -.navbar { - background-color: #9D9D9D !important; - font-size: 1.1rem; -} - -.navbar-brand > img { - max-height: 45px; -}