ecp.org/app/assets/stylesheets/partials/_links.scss

11 lines
141 B
SCSS

@import 'colors';
h2 a {
color: $black;
@extend .h5;
@extend .fw-bolder;
text-decoration: none;
}
h2 a:hover {
color: $gray-1 ;
}