diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 2 | ||||
| -rw-r--r-- | less/variables.less | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index ae43d1940..6ba83bc3a 100644 --- a/less/type.less +++ b/less/type.less @@ -138,7 +138,7 @@ dd { hr { margin: @baseLineHeight 0; border: 0; - border-top: 1px solid #e5e5e5; + border-top: 1px solid @hrBorder; border-bottom: 1px solid @white; } diff --git a/less/variables.less b/less/variables.less index 9f58d730e..ced64d7cd 100644 --- a/less/variables.less +++ b/less/variables.less @@ -61,6 +61,9 @@ // Input placeholder text color @placeholderText: @grayLight; +// Hr border color +@hrBorder: @grayLighter; + // Navbar @navbarHeight: 40px; @navbarBackground: @grayDarker; |
