Commit 40c32b26 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'rs-issue-2107' into 'master'

Make `hr`s more visible in note bodies

Closes #2107

See merge request !1054
parents 0f77d409 12a913a9
......@@ -37,7 +37,7 @@ ul.notes {
font-size: 13px;
a {
@extend .cgray;
@extend .cgray;
&:hover {
text-decoration: underline;
......@@ -105,6 +105,8 @@ ul.notes {
}
hr {
// Darken 'whitesmoke' a bit to make it more visible in note bodies
border-color: darken(#F5F5F5, 8%);
margin: 10px 0;
}
}
......
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