UI slight change for automatetheboringstuff.com
Automate Darkish Theme by motifier
Details
Authormotifier
LicenseNo License
Categoryautomatetheboringstuff.com
Created
Updated
Size518 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 Automate Darkish Theme
@version 20221009.01.16
@namespace userstyles.world/user/motifier
@description UI slight change for automatetheboringstuff.com
@author Motifier
@license No License
==/UserStyle== */
@-moz-document domain("automatetheboringstuff.com") {
body {
background: #37474F !important;
color: #DDDDDD !important;
}
header {
background-color: #283236 !important;
}
.notes {
background-color: #37474F !important;
}
}