8 lines
130 B
SCSS
8 lines
130 B
SCSS
|
.links-dark-green a {
|
||
|
color: $accent-color;
|
||
|
}
|
||
|
|
||
|
.no-underline-hover:hover,
|
||
|
.no-underline-hover:focus {
|
||
|
text-decoration: none;
|
||
|
}
|