adjust letter spacing of links and add margin

This commit is contained in:
Ray Elliott 2020-02-19 15:55:34 +00:00
parent 64c23a13f8
commit 4fa09193d8
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ a {
font-family: $text-font-family;
font-weight: $text-font-weight;
color: $link-color;
letter-spacing: 0.3px;
margin: 0 1px;
text-decoration: none;
&:focus,
&:hover {

View File

@ -84,6 +84,7 @@
}
p a:link {
font-weight: bold;
font-size: 0.95em;
}
}