mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-08 23:18:13 -07:00
11 lines
141 B
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 ;
|
|
}
|