some updates

This commit is contained in:
Jozef Steinhübl 2023-08-25 23:01:43 +02:00
parent 609220d543
commit 0744caf934
2 changed files with 9 additions and 1 deletions

View file

@ -576,6 +576,6 @@
"authenticated": true,
"url": "https://api.vencord.dev/",
"settingsSync": true,
"settingsSyncVersion": 1692863549373
"settingsSyncVersion": 1692940289928
}
}

View file

@ -20,3 +20,11 @@
/** Discolored - colorful SVGs **/
@import url(https://nyri4.github.io/Discolored/support/discolored.theme.css);
/** Beautiful gradient for name (thanks luna :3 index.tsx 174200708818665472) **/
:is([class*=contents-], [class*=memberInner]):has([src*="525316393768452098"]) [class*=username] {
background: -webkit-linear-gradient(90deg,#12edf9,#eae3b4);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}