16 lines
195 B
SCSS
16 lines
195 B
SCSS
.nav-foot {
|
|
|
|
a {
|
|
padding: 0.25em;
|
|
text-decoration: none;
|
|
color: $light-grey;
|
|
|
|
&:active,
|
|
&:hover {
|
|
background-color: $light-grey;
|
|
color: $copy-dark;
|
|
}
|
|
}
|
|
|
|
}
|