Skip to content
代码片段 群组 项目
提交 aa5e61d5 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
......@@ -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;
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册