mirror of
https://github.com/Nezumi-2711/vscode-custom-css.git
synced 2026-09-22 13:48:28 +00:00
Update color mtk5 class
This commit is contained in:
+6
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user