mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Update) Nav: replace link styling with mixin / decrease letter-spacing
This commit is contained in:
parent
a502cf4d70
commit
e3c762edf8
1 changed files with 6 additions and 4 deletions
|
@ -48,10 +48,12 @@ $nav-height: 90px;
|
|||
&__link {
|
||||
display: inline-block;
|
||||
padding: 0 10px;
|
||||
&, &:hover, &:visited, &:focus, &:active {
|
||||
color: rgba($color-white, 1);
|
||||
text-decoration: none;
|
||||
}
|
||||
@include link-style(
|
||||
$link: rgba($color-white, 1),
|
||||
$visited: rgba($color-white, 1),
|
||||
$hover: rgba($color-white, 1),
|
||||
$active: rgba($color-white, 1));
|
||||
letter-spacing: -0.008em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue