A basic dark theme for wordpress.org
Wordpress - Dark by leyarotheconquerer
Details
Authorleyarotheconquerer
LicenseMIT
Categorywordpress.org
Created
Updated
Size477 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 Wordpress - Dark
@namespace wordpress.org
@version 1.0.0
@description A basic dark theme for wordpress.org
@author leyarotheconquerer
==/UserStyle== */
@-moz-document domain("wordpress.org") {
html {
filter: invert(100%) hue-rotate(180deg);
}
.site-header,
#wpadminbar,
#wporg-header,
#inner-search,
#home-welcome section,
img,
.embed-youtube {
filter: invert(100%) hue-rotate(180deg);
}
}