Dark theme for CFG TF
目前為
/* ==UserStyle==
@name cfg.tf - Dark Mode
@namespace typpi.online
@version 1.0.1
@description Dark theme for CFG TF
@author Nick2bad4u
@license UnLicense
@homepageURL https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("cfg.tf") {
/* Invert colors except images and videos */
html,
img,
svg,
video,
iframe,
#generator_chooser,
.footer {
filter: invert(1) hue-rotate(180deg) !important;
}
.panel-primary > .panel-heading {
border-color: #6995c0;
background-color: #6995c0;
color: #ffffff;
}
.panel {
border-color: #6995c0;
}
hr {
margin-top: 21px;
margin-bottom: 21px;
border: 0;
border-top: 1px solid #6995c0;
}
.bootstrap-select > .dropdown-toggle,
.btn-primary:focus,
.btn-primary.focus {
opacity: 100%;
color: black !important;
}
.navbar-default {
border-color: transparent;
background-color: #3285cc;
}
}