Just a custom style for my friend.
ColeWorld on top by guy-man-dude
Details
Authorguy-man-dude
LicenseNo License
CategoryDiscord.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 9/9/2022, 8:33:14 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("discord.com") {
/* Insert code here... */
/**
* @name ColeWorld on top
* @version 1
* @description ColeWorld on top generated with discordthemes.io/generator on 2022/09/09.
* @author discordthemes
* @website discordthemes.io
*/
@import url("https://codedotspectra.github.io/themes/themes-cores/neutron8.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans');
:root {
--themeColor1: #07136e;
--themeColor2: #07136e;
--customFont: 'Raleway', sans-serif;
--homeImage: url('https://i.imgur.com/q9oLVAz.png');
--homeImageSize: cover;
--backgroundColor: #0d0d0d;
--backgroundImage: url('https://i.imgur.com/C79VOV1.png');
--backgroundPosition: center;
--backgroundSize: cover;
--backgroundRepeat: no-repeat;
--backgroundBlur: 0px;
--backgroundOpacity: 0.35;
}
}