Quickly thrown-together darkmode for MyDealz, expect some weird artefacts
mydealz.de - 16.9.2023, 19:32:59 by SimonSeibert
Details
AuthorSimonSeibert
LicenseNo License
Categoryhttps://www.mydealz.de
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 mydealz.de - 16.9.2023, 19:32:59
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("mydealz.de") {
.page-navigation,
.subNav,
.groupPromo--bg,
.nav,
.bg--color-brandSecondaryShade {
background-color: rgb(0, 0, 0) !important
}
.flex--expand-v,
.page-center,
.stickyBar-top,
.footer {
background-color: rgb(18, 18, 18)
}
.thread,
.card,
.text--overlay,
.listLayout-box,
.space--b-4,
.threadItem-card,
.js-options,
.scrollBox-container,
.flex--fromW3,
.threadItem-content,
.threadItem-card,
.threadItem-content,
.space--h-3 {
background-color: rgb(29, 29, 29)
}
.vote-box,
.redactor-editor {
background-color: rgb(29, 29, 29)
}
.button--type-primary,
.button--type-secondary {
background-color: #074d07;
border-color: #074d07;
}
.cept-vote-box {
box-shadow: none;
}
div,
span,
.thread-link,
.card-title {
color: white
}
input {
color: black
}
}