A dark-themed style for CMC
coinmarketcap.com by xlfpx
Details
Authorxlfpx
LicenseNo License
Categorycoinmarketcap, crypto, dark
Created
Updated
Size1.0 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 coinmarketcap.com
@version 20210827.13.29
@namespace userstyles.world/user/xlfpx
@description A dark-themed style for CMC
@author xlfpx
@license No License
==/UserStyle== */
@-moz-document domain("coinmarketcap.com") {
.cmc-body-wrapper {
background: linear-gradient(rgb(12 29 53) 0%, rgb(40 40 40 / 0%) 413px) !important;
}
body{
background: #131313;
color:white !important;
--table-background-color: #111;
--table-divider-color: #eff2f5;
--table-row-hover-background-color: rgb(6,8,12);
}
body p {
color:white !important;
}
body td {
color:white !important;
}
body a {
color:white !important;
}
body h1 {
color:white !important;
}
.cmc-header-mobile{
background-color: rgb(12 29 53) !important;
}
.cmc-header-mobile div{
background-color: rgb(12 29 53) !important;
}
.cmc-header-mobile nav{
background-color: rgb(12 29 53) !important;
}
.cmc-logo {
filter: contrast(1.2) brightness(5);
}
.iaaNeC{
background-color: darkblue;
}
}