mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-09 17:08:06 +01:00
some updates
This commit is contained in:
parent
609220d543
commit
0744caf934
2 changed files with 9 additions and 1 deletions
|
@ -576,6 +576,6 @@
|
||||||
"authenticated": true,
|
"authenticated": true,
|
||||||
"url": "https://api.vencord.dev/",
|
"url": "https://api.vencord.dev/",
|
||||||
"settingsSync": true,
|
"settingsSync": true,
|
||||||
"settingsSyncVersion": 1692863549373
|
"settingsSyncVersion": 1692940289928
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -20,3 +20,11 @@
|
||||||
|
|
||||||
/** Discolored - colorful SVGs **/
|
/** Discolored - colorful SVGs **/
|
||||||
@import url(https://nyri4.github.io/Discolored/support/discolored.theme.css);
|
@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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue