This commit is contained in:
Daniel Brendel
2023-03-23 10:05:03 +01:00
parent b814e659d9
commit c2beb1b45e
3 changed files with 6 additions and 4 deletions

View File

@ -113,10 +113,12 @@ a.navbar-burger:hover {
}
.header-gradient {
background-image: linear-gradient(90deg, rgb(57, 115, 209), rgb(49, 231, 134));
background-clip: text;
color: transparent;
display: inline-block;
background-image: linear-gradient(90deg, rgb(55, 115, 209), rgb(49, 231, 134));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.header-image {