Dark Mode for BlueLetterBible.org
Blue Letter Bible - reDESIGNED by bloxxy
Details
Authorbloxxy
LicenseNo License
Categoryblueletterbible.org
Created
Updated
Size909 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 Blue Letter Bible - reDESIGNED
@version 20220419.20.12
@namespace userstyles.world/user/bloxxy
@description Dark Mode for BlueLetterBible.org
@author bloxxy
@license No License
==/UserStyle== */
@-moz-document domain("blueletterbible.org") {
*{
background-color: #0c2462 !important;
color: white !important;
}
h2{
color: white !important;
}
a{
color:#0bf !important;
}
#whole > #homeSearch > #homeSearchInput{
color: white !important;
}
.homeLoginContainer{
border: solid !important;
border-radius: 5px;
box-shadow: 0px 0px 10px #00e9f4 !important;
/*Box Shadow: Left-Right, Up-Down, Blur, Color*/
}
#about img{
background-color: white !important;
padding: 5px;
border-radius: 5px !important;
}
#whole img{
background-color: white !important;
padding: 5px;
border-radius: 5px !important;
}
/* Contact Info
Discord: BRCS#2024
*/
}