Dark theme for shtab.app
Shtab.app dark theme by psy667
Details
Authorpsy667
LicenseNo License
Categoryshtab.app
Created
Updated
Size420 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Author: https://psy667.t.me
Source code
/* ==UserStyle==
@name Shtab dark theme
@namespace shtab.app
@version 1.0.0
@description Dark theme
@author psy667
==/UserStyle== */
@-moz-document domain("shtab.app") {
body {
filter: invert(1) hue-rotate(180deg);
}
img {
filter: invert(1) hue-rotate(180deg);
}
.desktop-header, .tasks-project__header, .tasks-user__header {
background: white;
}
}