mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Content pages link color
This commit is contained in:
parent
3c3525fae5
commit
987451aba9
3 changed files with 11 additions and 0 deletions
9
services/web/public/stylesheets/app/content_page.less
Normal file
9
services/web/public/stylesheets/app/content_page.less
Normal 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;
|
||||
}
|
||||
}
|
|
@ -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";
|
Loading…
Reference in a new issue