Update color mtk5 class

This commit is contained in:
2023-09-21 09:27:07 +07:00
parent b32fef9106
commit 8edbf2c700
+6 -1
View File
@@ -23,7 +23,12 @@
.mtk5 {
color: transparent;
background-image: linear-gradient(var(--gradient-dir1), #20e3b2, #4dd78a);
background-image: linear-gradient(
93.1deg,
rgba(238, 254, 183, 1) 19.1%,
rgba(169, 254, 222, 1) 53.9%,
rgba(90, 222, 255, 1) 92%
);
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;