adjust letter spacing of links and add margin
This commit is contained in:
parent
64c23a13f8
commit
4fa09193d8
|
@ -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 {
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
}
|
||||
p a:link {
|
||||
font-weight: bold;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue