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) */