Skip to content

Commit

Permalink
Custom style for <hr> tag
Browse files Browse the repository at this point in the history
border-color set to match ace body text color.

Fixes #27978
  • Loading branch information
dregad committed Feb 13, 2021
1 parent 90597de commit 30b2683
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/ace-mantis.css
Expand Up @@ -564,6 +564,11 @@ input.typeahead.scrollable ~ .tt-menu {
font-size:18px;
}

hr {
/* Set to match body text color */
border-color: #393939;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.page-content {
Expand Down

0 comments on commit 30b2683

Please sign in to comment.