Riven Wallpaper
RivenTheme by Hyouka-Shiawase
Details
AuthorHyouka-Shiawase
LicenseNo License
CategoryDiscord
Created
Updated
Size909 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name RivenTheme
@version 20230425.18.15
@namespace ?
==/UserStyle== */
@-moz-document domain("discord.com") {
/* ------BACKGROUND------ */
:root {
background: url("https://initiate.alphacoders.com/images/120/cropped-1920-1080-1200979.jpg?8835");
background-size: cover;
--theme-color: /*[[themecolor]]*/;
}
/*[[theme]]*/
/*misc*/
.container-2cd8Mz, /*friends list*/
.scrollbar-2rkZSL, /*scrollbar*/
.pad-29zQak,
.track-1JN30G {
background: transparent !important;
}
/* -------THEME COLOR------*/
.theme-dark,
.theme-light {
--text-link: var(--theme-color);
--brand-experiment: var(--theme-color);
--status-danger: var(--theme-color); /* ping counter / new mentions */
--brand-experiment-560:rgba(0, 0, 0, .5); /* hover */
--brand-experiment-600: rgba(0, 0, 0, 1); /* click */
}
}