compatibilité chromium

This commit is contained in:
thatscringebro 2022-09-12 21:10:19 -04:00
parent 440a4efce8
commit 9ce5d83666

View File

@ -126,6 +126,7 @@ footer{
.GradientText{
background-image: linear-gradient(to left, #25aae1, #16b468, #25aae1);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
.menu{
@ -158,6 +159,7 @@ footer{
border: none;
background-size: 300% 100%;
background-clip: text;
-webkit-background-clip: text;
border-radius: 50px;
moz-transition: all .4s ease-in-out;