update header

This commit is contained in:
Simon Vieille 2022-09-11 13:58:17 +02:00
parent 3ee5826fa2
commit 9226527d09
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -273,7 +273,7 @@ pre[class*="language-"] {
}
.header {
background: linear-gradient(45deg, $color-header-background-from 0%, #0157b3 29%, #19cef2 66%, $color-header-background-to 100%);
background: linear-gradient(45deg, $color-header-background-from 0%, #0685b3 29%, #1fbaf2 66%, $color-header-background-to 100%);
background-size: 400% 400%;
animation: HeaderGradient 15s ease infinite;
display: flex;
@ -290,7 +290,7 @@ pre[class*="language-"] {
padding: 30px 40px;
margin: auto;
text-align: center;
background: rgba(255, 255, 255, 0.07);
background: rgba(255, 255, 255, 0.06);
animation: morph 15s linear infinite alternate, spin 20s linear infinite;
z-index: 1;
will-change: border-radius, transform;