Skip to content

Pressidium Dashboard - Dark by leyarotheconquerer

Screenshot of Pressidium Dashboard - Dark

Details

Authorleyarotheconquerer

LicenseMIT License

Categorydashboard.pressidium.com

Created

Updated

Size515 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Basic dark theme for the Pressidium Dashboard

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Pressidium Dashboard - Dark
@namespace      dashboard.pressidium.com
@version        1.0.0
==/UserStyle== */
@-moz-document domain("dashboard.pressidium.com") {
body {
    background: black;
}

div.PDS-Content,
div.o-container,
div.terminal_window,
.u-bgcolor-primary,
.c-button--primary,

div#page_content,
div#pma_navigation,
div#floating_menubar
{
    filter: invert(100%) hue-rotate(180deg);
}

#tippy-6 .u-bgcolor-primary {
    filter: invert(0%);
}
}

Reviews

No reviews yet.