overleaf/services/web/public/stylesheets/app/content_page.less

15 lines
249 B
Text
Raw Normal View History

2018-09-20 18:30:50 -04:00
/*
Styling for content pages
Including: about, home, blog, /for/__, legal, contact, portals
*/
.content-page {
a:not(.btn) {
color: @link-color-alt;
}
2018-09-24 16:59:44 -04:00
hr {
border-color: @hr-border-alt;
}
2018-09-24 17:12:13 -04:00
.quote-by {
overflow: hidden;
}
2018-09-20 18:30:50 -04:00
}