From 89df74187ab8a676188cef880433c3f621fce447 Mon Sep 17 00:00:00 2001
From: Philipp Bock <p@philippbock.de>
Date: Thu, 27 Dec 2018 17:09:44 +0100
Subject: [PATCH] Make callout slightly more subtle

---
 static/c3lingo.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/static/c3lingo.css b/static/c3lingo.css
index afc83cc..525f190 100644
--- a/static/c3lingo.css
+++ b/static/c3lingo.css
@@ -193,10 +193,10 @@ body[lang="de"] [data-lang="en"] {
   border-radius: 3px;
 }
 .callout--error {
-  background-color: rgb(148, 0, 0);
-  color: #fff;
+  background-color: #f2cdcc;
+  color: #520000;
 }
 .callout--success {
-  background-color: rgb(0, 148, 12);
-  color: #fff;
+  background-color: rgb(217, 243, 220);
+  color: rgb(1, 71, 7);
 }
-- 
GitLab