Basic dark theme for thewestminsterstandard.org
thewestminsterstandard.org - Dark by leyarotheconquerer
Details
Authorleyarotheconquerer
LicenseMIT
Categorythewestminsterstandard.org
Created
Updated
Size634 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 thewestminsterstandard.org - Dark
@version 20230122.15.03
@namespace userstyles.world/user/leyarotheconquerer
@description Basic dark theme for thewestminsterstandard.org
@author leyarotheconquerer
@license MIT
==/UserStyle== */
@-moz-document domain("thewestminsterstandard.org") {
html {
filter: invert(100%) hue-rotate(180deg);
}
img, #header-space, #header-outer, #footer-outer, #page-header-bg, #intro, #contact, #psalter, #fws_63cd122c7487d {
filter: invert(100%) hue-rotate(180deg);
}
#psalter img {
filter: invert(0%) hue-rotate(0deg);
}
}