mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 17:00:02 +02:00
Make h2 color default primary-dark
This commit is contained in:
parent
e17bca1a99
commit
aa58fe0f26
1 changed files with 2 additions and 1 deletions
|
@ -77,6 +77,7 @@ h2 {
|
||||||
font-weight: font-weight('semibold');
|
font-weight: font-weight('semibold');
|
||||||
line-height: line-height('heading', 3);
|
line-height: line-height('heading', 3);
|
||||||
margin: units(4) 0 units(1);
|
margin: units(4) 0 units(1);
|
||||||
|
color: color('primary-darker');
|
||||||
}
|
}
|
||||||
|
|
||||||
.register-form-step > h1 {
|
.register-form-step > h1 {
|
||||||
|
@ -431,4 +432,4 @@ abbr[title] {
|
||||||
@include at-media('tablet') {
|
@include at-media('tablet') {
|
||||||
height: units('mobile');
|
height: units('mobile');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue