Minor changes and corrections to spellbee.org's colors.
spellbee.org darkmode fixes by KHN45
Details
AuthorKHN45
LicenseNo License
Categoryspellbee
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name spellbee.org darkmode fixes
@namespace github.com/openstyles/stylus
@version 20241003.01.01
@author KHN45
==/UserStyle== */
@-moz-document url-prefix("https://spellbee.org/") {
.dark-theme .smartbanner {
background-color: #000000;
}
.dark-theme .smartbanner__info__title {
color: #464b70;
}
.dark-theme .block-words-select__content {
background-color: #2f3247;
}
.dark-theme .top-menu,
.dark-theme .section--yellow {
background-color: #09090d;
}
.dark-theme .btn-el span {
background: #2f3247;
}
.dark-theme .top-menu__btn:hover.top-menu__btnText:hover.btn-el.btn-modal:hover,
.dark-theme .block-btns__btn:hover.btn-el:hover.btn-modal:hover,
.dark-theme .btn-el span:hover {
background-color: #464b70;
}
.dark-theme .top-menu__btn:hover.top-menu__btnText:hover.btn-el:hover.btn-modal:hover.spellbee:hover {
background-color: #09090d;
}
}