Make h2 color default primary-dark

This commit is contained in:
igorkorenfeld 2023-05-19 12:34:49 -04:00
parent e17bca1a99
commit aa58fe0f26
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -77,6 +77,7 @@ h2 {
font-weight: font-weight('semibold');
line-height: line-height('heading', 3);
margin: units(4) 0 units(1);
color: color('primary-darker');
}
.register-form-step > h1 {
@ -431,4 +432,4 @@ abbr[title] {
@include at-media('tablet') {
height: units('mobile');
}
}
}