diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index cb0bdb38c7..6ce9eb4b10 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -4,6 +4,29 @@ including About and Blog */ .cms-page { + &.page-style { + /* + Links and Buttons + */ + + a { + color: @link-color; + &:hover { + color: @link-hover-color; + } + } + // correct color property set on above: + .reset-btns; + .alert { + .alert; + } + .alert-info { + .btn-info { + .btn-alert-info; + } + } + } + padding-bottom: 0; img { height: auto; diff --git a/services/web/frontend/stylesheets/app/content_page.less b/services/web/frontend/stylesheets/app/content_page.less index ba883b0580..71f804d549 100644 --- a/services/web/frontend/stylesheets/app/content_page.less +++ b/services/web/frontend/stylesheets/app/content_page.less @@ -8,22 +8,21 @@ /* Links and Buttons */ - &.cms-page&:not(.page-style) { - a { - color: @link-color-alt; - &:hover { - color: @link-hover-color-alt; - } + + a { + color: @link-color-alt; + &:hover { + color: @link-hover-color-alt; } - // correct color property set on above: - .reset-btns; - .alert { - .alert; - } - .alert-info { - .btn-info { - .btn-alert-info; - } + } + // correct color property set on above: + .reset-btns; + .alert { + .alert; + } + .alert-info { + .btn-info { + .btn-alert-info; } }