mirror of
https://github.com/Nezumi-2711/vscode-custom-css.git
synced 2026-09-22 20:02:29 +00:00
Update color mtk5 class
This commit is contained in:
+6
-1
@@ -23,7 +23,12 @@
|
|||||||
|
|
||||||
.mtk5 {
|
.mtk5 {
|
||||||
color: transparent;
|
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;
|
background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|||||||
Reference in New Issue
Block a user