summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-16 14:41:05 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-16 14:41:43 +0100
commit80be9c3de15a52f4560aace1f97c91186c59435d (patch)
treefe6671eb69541fb99eb9e95ff72cc1b1c6586aa0 /scss/custom.scss
parent4912bc6fa310d6a5294d5c46c29e4ed8dbd7c390 (diff)
downloadIshtar-80be9c3de15a52f4560aace1f97c91186c59435d.tar.bz2
Ishtar-80be9c3de15a52f4560aace1f97c91186c59435d.zip
CSS: red is not EAD
Diffstat (limited to 'scss/custom.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 */