Skip to content
Snippets Groups Projects
Commit ea144ba3 authored by Damien Erambert's avatar Damien Erambert Committed by Eugen Rochko
Browse files

Use a fainted text color for <hr> elements in the landing page (#4443)

* Use a fainted text color for <hr> elements in the landing page

* remove trailing whitespace
parent 4f04981d
No related branches found
No related tags found
No related merge requests found
......@@ -309,6 +309,10 @@
margin-bottom: 0;
}
hr {
border-color: rgba($ui-base-lighter-color, .6);
}
.header {
line-height: 30px;
overflow: hidden;
......
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