From d6126719bcfa84d4167a64dcf346bdc5b14775bc Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 24 Sep 2018 15:59:44 -0500 Subject: [PATCH] Alternate
color for content pages --- services/web/public/stylesheets/app/content_page.less | 3 +++ services/web/public/stylesheets/core/ol-variables.less | 1 + 2 files changed, 4 insertions(+) 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;