Rudimentary dark theme for SupportBee
SupportBee - Dark by leyarotheconquerer
Details
Authorleyarotheconquerer
LicenseMIT
Categorysupportbee.com
Created
Updated
Size489 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 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);
}
}