Commit 131e4893 authored by Navodya Pasqual's avatar Navodya Pasqual

Bug fixed

parent 8acc07e3
......@@ -89,7 +89,7 @@ a {
font-weight: 800;
font-size: 28px;
background: -webkit-linear-gradient(#dd3232, #111111);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
......
......@@ -14,7 +14,7 @@
.about_aim-right .gradient_text {
background: linear-gradient(45deg, #AE67FA, #F49867);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-family: var(--font-family);
}
......@@ -80,7 +80,7 @@
.team h2 {
text-align: center;
background: linear-gradient(45deg, #AE67FA, #F49867);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-family: var(--font-family);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment