Darkmode for Crypto4Winners
Crypto4Winners Darkmode by megyland
Details
Authormegyland
LicenseNo License
Categorygithub.com/openstyles/stylus
Created
Updated
Size1.4 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 Crypto4Winners Dark mode
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark mode for Crypto4Winners
@author @megyland
==/UserStyle== */
@-moz-document domain("dashboard.crypto4winners.com") {
.container-fluid.inerDashboardContainer {
background-color: #16181d;
}
.shadow {
background-color: #16181d !important;
border: 1px solid #2a2f3c !important;
color: white !important;
}
.shadow p {
color: white !important;
}
.shadow h3 {
color: white !important;
}
.fundMenuMainListr1 div {
background-color: #16181d !important;
border: 1px solid #2a2f3c !important;
box-shadow: none;
}
.fundMenuMainListr1 span {
color: white !important;
}
.fundMenuMainListr1 svg {
color: white !important;
fill: white;
stroke: white;
}
.poolTradingtable table {
color: white !important;
}
#userMenu {
padding: 5px 0;
background-color: #2a2f3c !important;
}
#userMenu a {
color: white;
border-radius: 5px;
}
#userMenu svg {
color: white;
fill: white;
stroke: white;
}
#userMenu a:hover {
color: black;
}
#userMenu a:hover svg {
color: black;
fill: black;
stroke: black;
}
span {
color: white !important;
}
small {
color: white !important;
}
th {
color: white !important;
}
td {
color: white !important;
}
}