Skip to content
Snippets Groups Projects
Commit 4a2fc2d4 authored by Lynx Kotoura's avatar Lynx Kotoura Committed by Eugen Rochko
Browse files

Increase contrast of Admin badges (#5740)

To comply WCAG 2.0 guidelines on contrast ratio.
parent e1ebf363
No related branches found
No related tags found
No related merge requests found
...@@ -542,8 +542,8 @@ ...@@ -542,8 +542,8 @@
} }
&.admin { &.admin {
color: $error-red; color: lighten($error-red, 12%);
background-color: rgba($error-red, 0.1); background-color: rgba(lighten($error-red, 12%), 0.1);
border-color: rgba($error-red, 0.5); border-color: rgba(lighten($error-red, 12%), 0.5);
} }
} }
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