Start features page WIP

This commit is contained in:
Matthew Holt 2023-09-29 15:28:51 -06:00 committed by Francis Lavoie
parent 8734b03923
commit c91e10bab2
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
6 changed files with 108 additions and 11 deletions

View file

@ -1,5 +1,6 @@
body {
background-color: #123245;
background-image: none;
}
h1,
@ -16,10 +17,11 @@ h1 {
color: #65D1C6;
line-height: .9;
margin-bottom: 1em;
}
h1 .color-dodge {
mix-blend-mode: color-dodge;
background: linear-gradient(to right, #47E27C 25%, #4ED3FB 75%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
h1 .subheading {