mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-28 19:42:47 +00:00
23 lines
998 B
CSS
23 lines
998 B
CSS
/**
|
|
* @name SkeuoCord
|
|
* @author Marda33
|
|
* @version Auto Update
|
|
* @description A complete skeuomorphic overhaul for Discord.
|
|
* @website https://github.com/Marda33/SkeuoCord
|
|
* @source https://marda33.github.io/SkeuoCord/updates/SkeuoCordBase.css
|
|
*/
|
|
|
|
@import url("https://marda33.github.io/SkeuoCord/updates/SkeuoCordBase.css");
|
|
/*replace SkeuoCordBase with SkeuoCord_BGImport to use custom BG image*/
|
|
|
|
:root {
|
|
/*User Avatar Border Radius Values - change all below to 999px for circle avatars, set back to default values for square avatars*/
|
|
--maskradius: 2px !important; /*default: 2px*/
|
|
--avatarradius: 3px !important; /*default: 3px*/
|
|
--smallavatarradius: 2px !important; /*default: 2px*/
|
|
--medavatarradius: 4px !important; /*default: 4px*/
|
|
--largeavatarradius: 5px !important; /*default: 5px*/
|
|
/*Custom BG - enter the link to the image you want to use as the app background, keep quotes*/
|
|
--bg-image: url('here') center/cover no-repeat !important;
|
|
/*------*/
|
|
} |