summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/custom.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index f63208807..4509fd084 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -174,11 +174,11 @@ p.confirm-message{
}
.is-invalid input{
- border-color: red;
+ border-color: lighten(red, 30%);;
}
.errorlist {
- color: red;
+ color: darken(red, 20%);;
}
/* context menu */