diff --git a/services/web/public/stylesheets/app/content_page.less b/services/web/public/stylesheets/app/content_page.less index 6e6374d944..2fb31b137f 100644 --- a/services/web/public/stylesheets/app/content_page.less +++ b/services/web/public/stylesheets/app/content_page.less @@ -6,4 +6,7 @@ a:not(.btn) { color: @link-color-alt; } + hr { + border-color: @hr-border-alt; + } } \ No newline at end of file diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index 6bf5284ad5..de3eaf9e3b 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -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;