Skip to content
Snippets Groups Projects
Commit 12a913a9 authored by Robert Speicher's avatar Robert Speicher
Browse files

Make `hr`s more visible in note bodies

Closes #2107
parent 4a8076a3
No related branches found
No related tags found
No related merge requests found
Loading
@@ -37,7 +37,7 @@ ul.notes {
Loading
@@ -37,7 +37,7 @@ ul.notes {
font-size: 13px; font-size: 13px;
   
a { a {
@extend .cgray; @extend .cgray;
   
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
Loading
@@ -105,6 +105,8 @@ ul.notes {
Loading
@@ -105,6 +105,8 @@ ul.notes {
} }
   
hr { hr {
// Darken 'whitesmoke' a bit to make it more visible in note bodies
border-color: darken(#F5F5F5, 8%);
margin: 10px 0; margin: 10px 0;
} }
} }
Loading
Loading
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