diff --git a/services/web/public/stylesheets/app/content_page.less b/services/web/public/stylesheets/app/content_page.less index 6e6374d944..bfef7e7fc8 100644 --- a/services/web/public/stylesheets/app/content_page.less +++ b/services/web/public/stylesheets/app/content_page.less @@ -6,4 +6,10 @@ a:not(.btn) { color: @link-color-alt; } + hr { + border-color: @hr-border-alt; + } + .quote-by { + overflow: hidden; + } } \ No newline at end of file diff --git a/services/web/public/stylesheets/components/tabs.less b/services/web/public/stylesheets/components/tabs.less index ff7b025fdc..c3e25ce546 100644 --- a/services/web/public/stylesheets/components/tabs.less +++ b/services/web/public/stylesheets/components/tabs.less @@ -13,7 +13,7 @@ float: none; a { border: 0; - color: @link-color; + color: @link-color-alt; &:hover { background-color: transparent!important; border: 0!important; 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;