website/_sass/post_content/_post_links.scss
2018-10-20 15:30:02 +08:00

21 lines
307 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: $brown;
}