15 lines
249 B
Plaintext
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;
|
|
}
|
|
} |