vin-link font-size should be inherited.

This commit is contained in:
2020-12-31 17:27:54 +01:00
parent 814ee4fa7d
commit d59d6fbd6c

View File

@@ -188,7 +188,7 @@ textarea {
.vin-link { .vin-link {
font-weight: bold; font-weight: bold;
border-bottom: 1px solid $link-color; border-bottom: 1px solid $link-color;
font-size: 1rem; font-size: inherit;
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;