Enables browsing kindgirls in the dark without hurting your eyes.
kindgirls.com (dark) by kenjuudo
Details
Authorkenjuudo
LicenseNo License
Categorykindgirls
Created
Updated
Size694 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 kindgirls.com (dark)
@version 20220224.03.25
@namespace userstyles.world/user/kenjuudo
@description Enables browsing kindgirls in the dark without hurting your eyes.
@author kenjuudo
@license No License
==/UserStyle== */
@-moz-document domain("kindgirls.com") {
body
{ background-color: #000; }
#cabecera
{ border-bottom: 1px solid #666; }
#pie
{ border-top: 1px solid #666; }
a#top
{ color: #FFF; }
h2
{ color: #DDD; }
h3
{ color: #BBB; }
h3 > img,
.pub img,
div#text
{ filter: invert(1); }
p
{ color: #999; }
strong
{ color: #AAA; }
#search_form input,
select
{ color: white;
background-color: #111;
border: 1px solid #999; }
}