diff --git a/services/web/frontend/stylesheets/app/content_page.less b/services/web/frontend/stylesheets/app/content_page.less index b84f14e285..a114d1b4f1 100644 --- a/services/web/frontend/stylesheets/app/content_page.less +++ b/services/web/frontend/stylesheets/app/content_page.less @@ -1,6 +1,6 @@ /* Styling for content pages - Including: about, home, blog, /for/__, legal, contact, portals + Including: about, home, blog, /for/__, legal, contact, portals, wiki */ .content-page { word-break: break-word; diff --git a/services/web/frontend/stylesheets/app/templates-v2.less b/services/web/frontend/stylesheets/app/templates-v2.less index 4c5d948fad..835c933139 100644 --- a/services/web/frontend/stylesheets/app/templates-v2.less +++ b/services/web/frontend/stylesheets/app/templates-v2.less @@ -57,7 +57,7 @@ width: 100%; h3 { - color: @link-color; + color: @link-color-alt; margin: 10px 0px 10px 20px; } @@ -170,11 +170,11 @@ } a { - color: @ol-green !important; + color: @link-color-alt !important; } &:hover a { - color: @ol-dark-green !important; + color: @link-hover-color-alt !important; } } } @@ -188,7 +188,7 @@ margin-bottom: 10px; a { - color: @ol-green !important; + color: @link-color-alt !important; &.currentResultPage { color: @ol-blue-gray-5 !important; diff --git a/services/web/frontend/stylesheets/core/ol-variables.less b/services/web/frontend/stylesheets/core/ol-variables.less index 0f85ff3794..6898fe076e 100644 --- a/services/web/frontend/stylesheets/core/ol-variables.less +++ b/services/web/frontend/stylesheets/core/ol-variables.less @@ -15,6 +15,7 @@ @ol-blue-gray-6: #1e2530; @ol-green: #138a07; +@ol-type-green: #0f7a06; @ol-dark-green: #004a0e; @ol-blue: #3e70bb; @ol-dark-blue: #2857a1; @@ -54,7 +55,7 @@ @text-small-color: @ol-type-color; @text-color: @ol-type-color; @link-color: @ol-blue; -@link-color-alt: @ol-green; +@link-color-alt: @ol-type-green; @link-active-color: @ol-dark-green; @link-hover-color: @ol-dark-blue; @link-hover-color-alt: @ol-dark-green; @@ -228,8 +229,8 @@ // Footer @footer-bg-color: #fff; -@footer-link-color: @ol-green; -@footer-link-hover-color: @ol-dark-green; +@footer-link-color: @link-color-alt; +@footer-link-hover-color: @link-hover-color-alt; @footer-padding: 2em 0; // Editor header