mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
Content pages link color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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";
|
||||
Reference in New Issue
Block a user