A new userstyle
tayk by dev2two
Details
Authordev2two
LicenseNo License
Categorydiscord.com
Created
Updated
Code size2.6 kB
Code checksum282e7bcd
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 5/17/2023, 9:03:56 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://discord.com") {
/* ------BACKGROUND------ */
body {
background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT8i4yT9rvhJLsquUd9ezcEynXM2EiFkGNOHA&usqp=CAU);
background-size: cover;
}
.appMount-3lHmkl {
background: rgba(225, 225, 225, .6);
}
/* ------REMOVE GREY/WHITE BG COLORS------ */
.theme-dark,
.theme-light {
--header-primary: #000;
--header-secondary: #000;
--text-normal: #000;
--text-muted: #000;
--channels-default: #0b0b0b;
--interactive-normal: #000;
--interactive-hover: #000;
--interactive-active: #2d2c2c;
--interactive-muted: #000;
--background-primary: rgba(0, 0, 0, 0);
--background-secondary: rgba(0, 0, 0, 0);
--background-secondary-alt: rgba(255, 255, 255, 0);
--background-tertiary: rgba(255, 255, 255, 0);
--background-floating: rgba(0, 0, 0, .8);
--channeltextarea-background: rgba(255, 255, 255, 0);
--deprecated-panel-background: rgba(255, 255, 255, 0);
--background-modifier-hover: rgba(255, 255, 255, .42);
--background-modifier-selected: rgba(255, 255, 255, .45);
}
/* ------POP-UP------ */
.modal-yWgWj-,
.footer-3rDWdC {
background: rgba(255, 255, 255, .5) !important;
}
/*remove borders*/
.header-2o-2hj,
.searchBar-6Kv8R2,
.content-yTz4x3::before {
box-shadow: none !important;
}
/*misc*/
.container-1D34oG,
/*friends list*/
.scrollbar-2rkZSL,
/*scrollbar*/
.pad-29zQak,
.track-1JN30G {
background: transparent !important;
}
/* ------SCROLLBAR------ */
.scrollbar-2rkZSL {
width: 8px;
}
.thumb-2JwNFC {
background: rgba(255, 255, 255, .5) !important;
}
.track-1JN30G,
.thumb-2JwNFC {
border: none !important;
}
/* ------EMBEDDED TEXT------ */
.embedProvider-3k5pfl,
.embedDescription-1Cuq9a,
.embedFields-2IPs5Z,
.embedAuthorName-3mnTWj,
.embedFooterText-28V_Wb {
color: #000 !important;
}
.cozy-3raOZG .messageContent-2qWWxC,
.compact-T3H92H .header-23xsNx .username-1A8OIy,
.cozy-3raOZG .header-23xsNx .username-1A8OIy {
text-shadow: 0 0 20px #fff;
}
}