Commit 1be31d1f authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Annabel Gray

Highlighting of person mentions now better visible on low contrast screens and…

parent f66d5c5f
......@@ -110,7 +110,7 @@ code {
padding: 2px 4px;
color: $red-600;
background-color: $red-100;
border-radius: 3px;
border-radius: $border-radius-default;
.code > & {
background-color: inherit;
......
......@@ -9,12 +9,8 @@
.gfm-project_member {
padding: 0 2px;
border-radius: #{$border-radius-default / 2};
background-color: $user-mention-bg;
&:hover {
background-color: $user-mention-bg-hover;
}
background-color: $blue-100;
border-radius: $border-radius-default;
}
.gfm-color_chip {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment