Skip to content
Snippets Groups Projects
Commit d9c83940 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

css: fix flash message color

parent 17f4dae2
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
display: none; display: none;
} }
&.notice { background-color: #444444; a:hover { color: $primary-color; } } &.notice { background-color: transparent; a:hover { color: $primary-color; } }
&.error { background-color: #b90303; a:hover { color: white; } } &.error { background-color: #b90303; a:hover { color: white; } }
&.success { background-color: #4caf50; a:hover { color: #444444; } } &.success { background-color: #4caf50; a:hover { color: #444444; } }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment