emojitosvg.com dark theme
boring, useless stuff removed
Dark theme, stripped - emojitosvg.com by bruno
Details
Authorbruno
LicenseNo License
Categoryemojitosvg
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Loose selectors, will break on page update. Please ping me in the case.
Source code
/* ==UserStyle==
@name emojitosvg.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("emojitosvg.com") {
:root {
--bg: #000;
--text: #fff;
}
body {
background: var(--bg);
color: var(--text);
}
textarea, label, input, div:has(label) {
color: var(--text) !important;
background: var(--bg);
}
.bg-yellow-50 {
color: rgb(241, 218, 124) !important;
background-color: rgb(118, 96, 6) !important;
}
.h-\[56px\] {
background: white;
border-radius: 16px;
padding: 1rem;
box-sizing: content-box;
}
a.inline-block:nth-child(2) {
color: #000;
background: orange;
}
.inline-flex {
background: darkgoldenrod;
color: #fff;
}
.absolute {
color: #fff !important;
opacity: 1 !important;
position: relative !important;
}
.inline {
display: none;
}
div.flex-grow:nth-child(1) > hr:nth-child(2) {
display: none;
}
.pt-12 {
padding-top: 0;
}
.p-6 {
display: none;
}
}