website/_sass/post_content/_post_links.scss

21 lines
307 B
SCSS
Raw Normal View History

2018-10-20 07:30:02 +00:00
.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: $brown;
}