added link color variable

This commit is contained in:
Adrian Thompson
2020-09-08 16:03:23 +02:00
parent 07d751700f
commit 21603dc856
9 changed files with 12 additions and 8 deletions

View File

@@ -165,7 +165,7 @@ a:visited {
font-family: Arial;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #ff5fff;
border-bottom: 1px solid $link-color;
width: fit-content;
}