Darker mode than default, saves eyes when reading
reader.ibuk.pl by maroszekpiotr
Details
Authormaroszekpiotr
LicenseNo License
Categoryreader.ibuk.pl
Created
Updated
Size533 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 reader.ibuk.pl
@version 20220622.11.27
@namespace userstyles.world/user/maroszekpiotr
@description Darker mode than default, saves eyes when reading
@author maroszekpiotr
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://reader.ibuk.pl/") {
div.book{
background-color: black ;
}
.pageContainer, .pageContainer-desktop {
background-color: #3e3c3c !important;
}
div.pagestyle {
opacity: 0.6;
background-color: #fff !important;
}
}