Turns the background red for easier night time viewing, and removes some unnecessary sidebars.
Empowered comic dark mode by fungl
Details
Authorfungl
LicenseThe Unlicense
Categoryempoweredcomic
Created
Updated
Size714 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 Empowered comic dark mode
@namespace empoweredcomic.com
@version 1.0.0
@description A new userstyle
@author Fungl
==/UserStyle== */
@-moz-document domain("empoweredcomic.com") {
body{
background-image: none;
background-color: #150202 ;
}
#bgblack{
background-image: none;
}
#cc-comic{
border-radius: 5px;
}
#rightwrap{
border-radius: 20px;
}
#leaderboard{
display: none;
}
#tower{
display: none;
}
#comicbg{
border-radius: 20px;
}
#blogleft{
border-radius: 20px;
}
#hw-jumpbar{
opacity: 0.25;
border-radius: 20px;
}
#hw-jumpbar:hover{
opacity: 1;
}
}