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
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;