A dark mode script for clockodo.com
Clockodo - dark mode by NotJ3st3r
Details
AuthorNotJ3st3r
Licensegpl-3.0
Categoryuserstyles
Created
Updated
Size685 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
For issues please contact me on GitHub: https://github.com/NotJ3st3r
Source code
/* ==UserStyle==
@name Clockodo - dark mode
@version 20231020.11.18
@namespace ?
==/UserStyle== */
@-moz-document domain("clockodo.com") {
.clk-app__content-column{
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
background: white;
overflow: hidden;
}
.ui-dialog{
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
background: white;
overflow: hidden;
}
span[role="img"] {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
img, svg, iframe, .emoji-common-emoji-sprite {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
}