mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 19:44:25 +00:00
9 lines
No EOL
164 B
Text
9 lines
No EOL
164 B
Text
/*
|
|
Styling for content pages
|
|
Including: about, home, blog, /for/__, legal, contact, portals
|
|
*/
|
|
.content-page {
|
|
a:not(.btn) {
|
|
color: @link-color-alt;
|
|
}
|
|
} |