Dark mode enabled!
DramaCool Dark Mode v1.0 by sametchan
Details
Authorsametchan
LicenseCC Samet Chan
Categoryuserstyles, github
Created
Updated
Size1.6 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 DramaCool Dark Mode v1.0
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document regexp(".*dramacool\\.cr/.*") {
body {
font-size: 17px;
color: white;
line-height: 1.42857143;
background: none;
background-color: rgb(25, 25, 25);
font-family: 'Lexend deca', sans-serif;
overscroll-behavior: none;
}
.fanpage a {
color: #fff;
}
.anime_muti_link ul li:nth-child(2n+1) {
background-color: rgb(35, 35, 35);
}
.list-episode-item-2 li:hover,
.list-episode-item-2 li:nth-child(even) {
background: rgb(35, 35, 35);
}
#reactions .reaction-items .reaction-item .reaction-item__button,
#reactions-promotion .reaction-items .reaction-item .reaction-item__button {
position: relative;
font-size: 14px;
padding: 5px;
color: white;
margin: 0 8px 10px;
border-radius: 6px;
white-space: nowrap;
}
.spacing-bottom-small {
margin-bottom: 5px;
color: white;
}
.spacing-bottom {
margin-bottom: 15px;
color: white;
}
.watch-drama {
position: relative;
background-color: rgb(35, 35, 35);
}
.block,
.ads_place {
border: 1px solid #eaeaea;
margin-bottom: 10px;
padding: 10px;
background: rgb(35, 35, 35);
position: relative;
overflow: hidden;
}
}