Content pages link color

This commit is contained in:
Jessica Lawshe 2018-09-20 17:30:50 -05:00
parent 3c3525fae5
commit 987451aba9
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
/*
Styling for content pages
Including: about, home, blog, /for/__, legal, contact, portals
*/
.content-page {
a:not(.btn) {
color: @link-color-alt;
}
}

View file

@ -49,6 +49,7 @@
@text-small-color : @ol-type-color;
@text-color : @ol-type-color;
@link-color : @ol-blue;
@link-color-alt : @ol-green;
@link-active-color : @ol-dark-green;
@link-hover-color : @ol-dark-blue;

View file

@ -17,5 +17,6 @@
@import "app/about.less";
@import "app/blog-posts.less";
@import "app/cms-page.less";
@import "app/content_page.less";
@import "app/plans-ol.less";
@import "app/portals.less";