1
0
Fork 0

[SITE CSS] add style for visited links

This commit is contained in:
Jannik Beyerstedt 2016-04-27 21:52:55 +02:00
parent e6b11f4585
commit d22adf0f81
7 changed files with 26 additions and 2 deletions

View file

@ -18,6 +18,11 @@ a {
color: $link_active_inv;
}
}
main p {
a:visited {
color: $link_visited_inv;
}
}
@include media-breakpoint-up(sm) {
nav {
ul.nav.main {