Skip to content
Snippets Groups Projects
Commit 89df7418 authored by waffle's avatar waffle
Browse files

Make callout slightly more subtle

parent 2abbc822
No related branches found
No related tags found
No related merge requests found
...@@ -193,10 +193,10 @@ body[lang="de"] [data-lang="en"] { ...@@ -193,10 +193,10 @@ body[lang="de"] [data-lang="en"] {
border-radius: 3px; border-radius: 3px;
} }
.callout--error { .callout--error {
background-color: rgb(148, 0, 0); background-color: #f2cdcc;
color: #fff; color: #520000;
} }
.callout--success { .callout--success {
background-color: rgb(0, 148, 12); background-color: rgb(217, 243, 220);
color: #fff; color: rgb(1, 71, 7);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment