Make text edits suggested by Jack. Remove some links. Merge district page with (Work with ECP) page

This commit is contained in:
rebuilt 2022-10-22 17:42:07 -07:00
parent 1d950c5536
commit e32f1b909f
8 changed files with 87 additions and 96 deletions

View file

@ -3,3 +3,4 @@
@import 'partials/colors';
@import 'partials/bootstrap-overrides';
@import 'partials/layout';
@import 'partials/links';

View file

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