Convert semantle.novalis.org to dark theme
Semantle Dark by autom3
Details
Authorautom3
LicenseNo License
Categoryuserstyles
Created
Updated
Size593 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 Semantle Dark
@version 20220220.07.21
@namespace userstyles.world/user/autom3
@description Convert semantle.novalis.org to dark theme
@author autom3
@license No License
==/UserStyle== */
@-moz-document domain("semantle.novalis.org") {
html {
background-color: #24292E;
color: #CED2D6;
}
a {
color: #00A8CC;
}
#guesses > tbody > tr > td:nth-child(2) {
color: #F6F7F9 !important;
}
#form {
margin-bottom: 1rem;
}
#response {
background-color: #383F45;
}
#warning>div {
background-color: #383F45 !important;
}
}