From b32fef910611e16638c965eb8e9077ed8310e28d Mon Sep 17 00:00:00 2001 From: Loi Phan Date: Thu, 21 Sep 2023 09:16:26 +0700 Subject: [PATCH] Update mtk18 class --- custom-vscode.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/custom-vscode.css b/custom-vscode.css index 0476304..5d3b338 100644 --- a/custom-vscode.css +++ b/custom-vscode.css @@ -45,7 +45,11 @@ } .mtk18 { color: transparent; - background-image: linear-gradient(var(--gradient-dir2), #82aaff 50%, #3d6ef7); + background-image: linear-gradient( + 109.6deg, + rgba(253, 140, 117, 1) 19.9%, + rgba(225, 252, 117, 1) 90.7% + ); background-clip: text; -webkit-text-fill-color: transparent; -webkit-background-clip: text;