Commit aa5e61d5 authored by Annabel Gray's avatar Annabel Gray

Merge branch '46696-branch-names-in-system-notes-have-incorrect-color' into 'master'

Resolve "Branch names in system notes have incorrect color"

Closes #46696

See merge request gitlab-org/gitlab-ce!19296
parents 1cb3b9b2 204688ee
......@@ -53,6 +53,12 @@ a {
}
}
code {
padding: 2px 4px;
background-color: $red-100;
border-radius: 3px;
}
table {
// Remove any table border lines
border-spacing: 0;
......
......@@ -340,10 +340,6 @@ code {
}
}
a > code {
color: $link-color;
}
.monospace {
font-family: $monospace_font;
}
......
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