1
0
Fork 0

[SITE] move img-Tags to new thumb syntax

This commit is contained in:
Jannik Beyerstedt 2016-04-22 23:35:45 +02:00
parent edf3ce49c8
commit 8ebfbbfab4
5 changed files with 28 additions and 4 deletions

View file

@ -20,6 +20,20 @@ main.projects {
}
}
.card a {
color: $color_font;
&:active, &:hover {
color: $color_font;
text-decoration: none;
}
&.card-link {
&:active, &:hover {
text-decoration: underline;
}
}
}
// ---- from boostrap ----