hero button attention-hoe'ing

This commit is contained in:
Set Hallstrom 2020-09-22 10:56:24 +02:00
parent b5c1048072
commit 8ca341fefa

View file

@ -118,6 +118,13 @@ body {
> * {
margin: 40px !important;
}
.button {
background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt));
background-size: 400% 400%;
-webkit-animation: backgroundBlink 2s ease infinite;
-moz-animation: backgroundBlink 2s ease infinite;
animation: backgroundBlink 2s ease infinite;
}
}
h1, h2 {
font-size: 2em;