Boosts the contrast on the sedordle game for easier viewing
Sedordle Contrast Helper by fxzfun
Details
Authorfxzfun
LicenseNo License
Categorysedordle
Created
Updated
Size407 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 Sedordle Contrast Helper
@version 20220415.04.48
@namespace userstyles.world/user/fxzfun
@description Boosts the contrast on the sedordle game for easier viewing
@author fxzfun
@license No License
==/UserStyle== */
@-moz-document domain("sedordle.com") {
.css-79wky {
font-weight: bold;
}
.css-1m48cht .css-gmuwbf .css-79wky {
color: #212121;
}
}