From 9383a2fb09ffb60cfe63683106945bd688affa59 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 1 Jun 2022 21:13:43 +0200 Subject: feat: Initial commit after clean slate --- src/wwwroot/styles/variables.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/wwwroot/styles/variables.scss (limited to 'src/wwwroot/styles/variables.scss') diff --git a/src/wwwroot/styles/variables.scss b/src/wwwroot/styles/variables.scss new file mode 100644 index 0000000..6c51ebd --- /dev/null +++ b/src/wwwroot/styles/variables.scss @@ -0,0 +1,3 @@ +$border-radius: 0; +$vsh-orange: #ee741e; +$primary: $vsh-orange; -- cgit v1.3