it's a ported theme lol
Fosscord Theme by objectionkink
Details
Authorobjectionkink
LicenseNo License
Categoryhttps://userstyles.world
Created
Updated
Size1.3 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 Fosscord Theme
@namespace https://example.com
@version 111
@description Ported theme
@author father aka dawn
==/UserStyle== */
@-moz-document url-prefix("https://slowcord.understars.dev/") {
/* Insert code here... */
@import url("https://lavender-discord.github.io/IconsaxDiscord/theme.css");
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css");
@import url("https://discord-extensions.github.io/essence/src/source.css");
@import url('https://discord-extensions.github.io/essence/src/themes/essence-default.css');
@import url('https://slowstab.github.io/dracula/BetterDiscord/source.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
:root {
--essence-app-rounding: 6px;
--essence-app-padding: 18px;
--essence-default-rounding: 6px;
--essence-default-padding: 10px;
--essence-app-background-image: none; /* uncomment this if you want to remove the background image */
}
.messagesWrapper-RpOMA3, .group-spacing-16 {
animation: bounceInDown;
animation-duration: 0.75s;
}
.container-1NXEtd {
animation: fadeInDownBig;
animation-duration: 0.30s;
}
}