changed hr border color to @gray instead of @gray-lighter

This commit is contained in:
REJack 2019-05-21 20:50:51 +02:00
parent c7509cfe70
commit c6720a8790
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888
2 changed files with 10 additions and 0 deletions

View file

@ -604,3 +604,8 @@
width: 100% !important;
}
}
// Horizontal rules
hr {
border-top: 1px solid @hr-border;
}

View file

@ -102,6 +102,11 @@
// Border radius for non flat buttons
@btn-border-radius: 3px;
// HR
// --------------------------------------------------------
// Horizontal line color.
@hr-border: @gray;
// DIRECT CHAT
// --------------------------------------------------------
@direct-chat-height: 250px;