nocny motyw o dzidy
nocna dzida by xiggi
Details
Authorxiggi
LicenseNo License
Categoryjbzd
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 nocna dzida
@version 20241019.12.01
@namespace https://userstyles.world/user/xiggi
@description nocny motyw o dzidy
@author xiggi
@license No License
==/UserStyle== */
@-moz-document domain("jbzd.com.pl") {
:root {
--dark: #000;
--gray:#141313;
}
body, .nav-categories, .user-mobile-panel, .nav-right {
background: var(--dark);
}
.main {
border-right: 1px solid transparent;
background: var(--dark);
}
.sidebar {
background: var(--dark);
}
.article-title, .article-details {
background: var(--gray);
}
.nav {
background: rgba(0, 0, 0, .8);
border-bottom: 1px solid transparent;
}
.content-badges-action-selector[data-v-c0428340] {
background: var(--gray);
}
.comments, .comments-header, .sidebar .recommended-title {
background: #0b0b0b;
}
.nav-categories .nav-categories-side {
background: var(--gray);
}
.hamburger > span {
background: #ccc;
}
.pagination-random, .user-mobile-panel-remoum-banner {
display: none;
}
}