Commit a3fbeea9 authored by Simon Knox's avatar Simon Knox

Merge branch 'bug-horizontal-rule-not-visible-dark-mode' into 'master'

Make hr visible in dark mode

See merge request gitlab-org/gitlab!81559
parents 61ea484a 78d9d3c9
......@@ -158,8 +158,8 @@
}
hr {
// Darken 'whitesmoke' a bit to make it more visible in note bodies
border-color: darken($gray-normal, 8%);
border-color: rgba($black, 0.15);
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