From b7a40f04ae99fc41b8dd97347464c195059aa45f Mon Sep 17 00:00:00 2001 From: Pat <52056183+NeuroShepherd@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:56:07 +0300 Subject: [PATCH] Add custom.scss --- custom.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 custom.scss diff --git a/custom.scss b/custom.scss new file mode 100644 index 0000000..442fd2b --- /dev/null +++ b/custom.scss @@ -0,0 +1,5 @@ +/*-- scss:defaults --*/ +// Base document colors +$navbar-bg: #009933; +$link-color: #006426; +$sidebar-hl: #006426;