NIGHT MODE FOR CAOLOIU
CAOLIU by zjs
Details
Authorzjs
LicenseNo License
CategoryCAOLIU
Created
Updated
Size523 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
NONE
Source code
/* ==UserStyle==
@name CAOLIU
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("t66y.com") {
/* 在此插入代码... */
body,
.banner,
.f_one, .t_one, .r_one {
background: #161616;
}
.f_one:hover, .t_one:hover, .r_one:hover {
background: #222;
}
body,
h2 a,
h3 a {
color: #8F2A90;
}
.banner b {
color: #000;
}
.h,
.t3 {
display: none;
}
.tips{
background: #000;
}
}