From 5166566624249dfc4b95cbb94dbc6a36c10b1b72 Mon Sep 17 00:00:00 2001 From: blockninja124 <64211894+blockninja124@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:04:51 +0100 Subject: [PATCH] Update app.scss trying a gray navbar --- assets/css/app.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 9424ea1..7fc84de 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -1,7 +1,9 @@ --- --- //$primary: #333333; -$primary: #8c03fc; + +//Purple is #8c03fc +$primary: #737373; $breadcrumb-item-separator-color: #8c03fc; // DON'T CHANGE. This sets the burger color that only appears on mobile, by default its a weird blue but white is much better