Dark theme for Google Calendar using inverted filter
Google Calendar Inverted by ibillingsley
Imported and mirrored from https://raw.githubusercontent.com/ibillingsley/userstyles/master/google-calendar-inverted.user.css
Details
Authoribillingsley
License0BSD
Categorycalendar.google.com
Created
Updated
Size519 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 Google Calendar Inverted
@namespace github.com/ibillingsley
@version 1.0.0
@description Dark theme for Google Calendar using inverted filter
@author Isaiah Billingsley
@homepageURL https://github.com/ibillingsley/userstyles
@license 0BSD
==/UserStyle== */
@-moz-document domain("calendar.google.com") {
html {
filter: invert(90%) hue-rotate(180deg);
background: rgb(25, 25, 25);
}
img {
filter: invert(100%) hue-rotate(180deg);
}
}