Skip to content

SupportBee - Dark by leyarotheconquerer

Screenshot of SupportBee - Dark

Details

Authorleyarotheconquerer

LicenseMIT

Categorysupportbee.com

Created

Updated

Size489 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Rudimentary dark theme for SupportBee

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         SupportBee - Dark
@version      20240205.16.42
@namespace    https://userstyles.world/user/leyarotheconquerer
@description  Rudimentary dark theme for SupportBee
@author       leyarotheconquerer
@license      MIT
==/UserStyle== */

@-moz-document domain("supportbee.com") {
html {
    filter: invert(100%) hue-rotate(180deg);
}

.ticket_full_view {
    background: white;
}

img,
.sub-menu,
.top-bar-wrapper {
    filter: invert(100%) hue-rotate(180deg);
}
}

Reviews

No reviews yet.