mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-15 18:25:55 -07:00
Make text edits suggested by Jack. Remove some links. Merge district page with (Work with ECP) page
This commit is contained in:
parent
1d950c5536
commit
e32f1b909f
8 changed files with 87 additions and 96 deletions
|
|
@ -3,3 +3,4 @@
|
|||
@import 'partials/colors';
|
||||
@import 'partials/bootstrap-overrides';
|
||||
@import 'partials/layout';
|
||||
@import 'partials/links';
|
||||
|
|
|
|||
11
app/assets/stylesheets/partials/_links.scss
Normal file
11
app/assets/stylesheets/partials/_links.scss
Normal 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 ;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue