aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-07-26 23:29:43 +0200
committerGravatar GitHub <noreply@github.com> 2021-07-26 23:29:43 +0200
commitc1eb260f4491d5b550383ed705f23ac41cafdefa (patch)
tree0c4af3e36c4ccfc11f36be1bfc6bc06276c2aa2e /p
parentd820cf7098d36a74879227b563e8915e698f226b (diff)
better contrast (#3725)
Diffstat (limited to 'p')
-rw-r--r--p/themes/Origine/origine.css10
-rw-r--r--p/themes/Origine/origine.rtl.css10
2 files changed, 10 insertions, 10 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 08af6c890..f5524c902 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -220,7 +220,7 @@ a.btn {
.btn-attention {
background: #e95b57;
- background: linear-gradient(to bottom, #e95b57, #bd362f);
+ background: linear-gradient(to bottom, #ea4a46, #911811);
color: #fff;
border: 1px solid #c44742;
text-shadow: 0px -1px 0px #666;
@@ -422,14 +422,14 @@ a.btn {
}
.alert-warn {
- background: #ffe;
- color: #c95;
+ background: #ffffe0;
+ color: #77501c;
border: 1px solid #eeb;
}
.alert-success {
- background: #dfd;
- color: #484;
+ background: #e8ffe8;
+ color: #2f602f;
border: 1px solid #cec;
}
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index 7c53c3ab3..041fed212 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -220,7 +220,7 @@ a.btn {
.btn-attention {
background: #e95b57;
- background: linear-gradient(to bottom, #e95b57, #bd362f);
+ background: linear-gradient(to bottom, #ea4a46, #911811);
color: #fff;
border: 1px solid #c44742;
text-shadow: 0px -1px 0px #666;
@@ -422,14 +422,14 @@ a.btn {
}
.alert-warn {
- background: #ffe;
- color: #c95;
+ background: #ffffe0;
+ color: #77501c;
border: 1px solid #eeb;
}
.alert-success {
- background: #dfd;
- color: #484;
+ background: #e8ffe8;
+ color: #2f602f;
border: 1px solid #cec;
}