mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 10:58:33 +00:00
21 lines
313 B
SCSS
21 lines
313 B
SCSS
.heading-links {
|
|
color: $text-color;
|
|
&:hover {
|
|
color: $text-color;
|
|
text-decoration: none;
|
|
&::after {
|
|
color: $grey-color;
|
|
content: ' →';
|
|
}
|
|
}
|
|
|
|
&:visited {
|
|
color: $text-color;
|
|
}
|
|
}
|
|
|
|
.post-link:visited {
|
|
color: $brand-color;
|
|
}
|
|
|