mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
18 lines
No EOL
305 B
Text
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;
|
|
}
|
|
} |