Files
Verso/services/web/public/stylesheets/app/content_page.less
T

15 lines
249 B
Plaintext

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