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
commit65fc62c22174697432bd8517e91f13cd03f3dcd4 (patch)
treefe6671eb69541fb99eb9e95ff72cc1b1c6586aa0 /scss/custom.scss
parent30256f34e4218e829e21b0252a24a8aa23ff48fb (diff)
downloadIshtar-65fc62c22174697432bd8517e91f13cd03f3dcd4.tar.bz2
Ishtar-65fc62c22174697432bd8517e91f13cd03f3dcd4.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 */