set white color

This commit is contained in:
srgooglo 2022-03-15 04:23:51 +01:00
parent c94a4a47e2
commit c4c3defc4a

View File

@ -29,7 +29,8 @@
span {
transition: all 150ms ease-in-out;
color : #ffffff85 !important;
color: white !important;
}
opacity: 0.9;
@ -41,10 +42,6 @@
&:hover {
opacity: 1;
span {
color: white !important;
}
animation : gradientMove 2s forwards ease-in-out infinite;
}