overleaf/services/web/public/stylesheets/app/content_page.less
2018-09-27 11:52:09 -05:00

18 lines
No EOL
305 B
Text

/*
Styling for content pages
Including: about, home, blog, /for/__, legal, contact, portals
*/
.content-page {
a:not(.btn) {
color: @link-color-alt;
&:hover {
color: @link-hover-color-alt;
}
}
hr {
border-color: @hr-border-alt;
}
.quote-by {
overflow: hidden;
}
}