x
pickle by lxwnar
Details
Authorlxwnar
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
x
Source code
@-moz-document url-prefix("https://ddengaming.net/") {
/*Header Color*/
.bg-white {
background-color: #000 !important;
}
/*Background Color*/
html * {
background-color: rgb(8 8 8) !important;
}
/*Text*/
.text-gray-800 {
color: #ffffff !important;
}
/*Gradient Changer*/
.bg-gradient-primary {
background-color: #02050e;
background-image: linear-gradient(180deg, #000000, #000000 100%);
background-size: cover;
}
/*DDen Text*/
:visited,
:visited *,
:visited *[class] {
color: rgb(243 121 121) !important;
}
/*Link Color*/
:link:not(cite),
:link *:not(cite) {
color: #f37979 !important;
}
/*Text Color*/
.table {
width: 100%;
margin-bottom: 1rem;
color: #ffffff;
}
/*Text Color*/
.sidebar-dark .sidebar-heading {
color: rgb(255 255 255);
}
/*Button Color*/
.btn-primary {
color: #fff;
background-color: #000000;
border-color: #ff5252;
}
}