Alternate <hr> color for content pages

This commit is contained in:
Jessica Lawshe 2018-09-24 15:59:44 -05:00
parent dc9e317f8f
commit d6126719bc
2 changed files with 4 additions and 0 deletions

View file

@ -6,4 +6,7 @@
a:not(.btn) {
color: @link-color-alt;
}
hr {
border-color: @hr-border-alt;
}
}

View file

@ -53,6 +53,7 @@
@link-active-color : @ol-dark-green;
@link-hover-color : @ol-dark-blue;
@hr-border : @ol-blue-gray-1;
@hr-border-alt : @gray-lighter;
// Button colors and sizing
@btn-border-width : 0;