From b7975ed7844a05ef6c90f5bf1eedab63263328f0 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 2 Oct 2020 17:55:31 -0600 Subject: [PATCH] Add more colours for the alert styles --- src/theme.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/theme.styl b/src/theme.styl index 9cede97..8117fca 100644 --- a/src/theme.styl +++ b/src/theme.styl @@ -15,6 +15,11 @@ $main-text-colour = #99AAB5 $error-background-colour = #FF0000 $error-text-colour = white +$warning-background-colour = #DBB400 +$warning-text-colour = black + +$info-background-colour = #7289DA +$info-text-colour = black /***********************************************************/ /* Styling for inputs (not all input types use all values) */