Fix headings; work on features page

This commit is contained in:
Matthew Holt 2023-10-01 12:57:19 -06:00 committed by Francis Lavoie
parent 2b7a952093
commit 85df03bfad
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
6 changed files with 102 additions and 18 deletions

View file

@ -1,7 +1,3 @@
h1 {
-webkit-text-fill-color: inherit;
}
.bgtext,
.demobox {
font-family: Poppins, ui-rounded;
@ -22,6 +18,11 @@ h1 {
text-align: left;
text-transform: uppercase;
margin-bottom: 0;
background-image: unset;
-webkit-background-clip: unset;
background-clip: unset;
-webkit-text-fill-color: unset;
}
h1 .color-dodge {
@ -33,7 +34,6 @@ h1 .the {
line-height: 1;
}
h1 .subheading {
margin-top: .75em;
}