Skip to content

Wordpress - Dark by leyarotheconquerer

Screenshot of Wordpress - Dark

Details

Authorleyarotheconquerer

LicenseMIT

Categorywordpress.org

Created

Updated

Size477 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A basic dark theme for wordpress.org

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);
}
}

Reviews

No reviews yet.