hihi -Việt Nam-
Dark Mrcong.com by hoang3402
Details
Authorhoang3402
LicenseNo License
Categorymrcong
Created
Updated
Size837 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark Mrcong.com
@version 20221115.07.13
@namespace userstyles.world/user/hoang3402
@description hihi -Việt Nam-
@author hoang3402
@license No License
==/UserStyle== */
@-moz-document domain("mrcong.com") {
* {
background: black;
}
span, a, i {
color: inherit;
background-color: inherit;
}
.top-nav,
#main-nav {
background: black;
}
.cat-box-content,
#sidebar .widget-container,
.post-listing,
#commentform,
.page-link,
.share-post {
background: black;
}
.box.info {
background: black;
border: 2px solid gray;
}
.box div.box-inner-block input {
background: #aaaaaa;
color: red;
}
.top-nav ul li a,
.top-nav ul li:hover > a,
.top-nav ul:hover > a,
.top-nav ul li.current-menu-item a {
color: white;
}
.header-content {
display: flex;
justify-content: center;
}
}