Skip to content

Google Calendar dark mode invert by PushkaCom

Screenshot of Google Calendar dark mode invert

Details

AuthorPushkaCom

LicenseMIT

Categorygoogle calendar

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Google Calendar dark mode invert.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Google Calendar dark mode invert
@version      20240725.08.24
@namespace    english
@description  Google Calendar dark mode invert.
@author       pushka
@license      MIT
==/UserStyle== */

@-moz-document domain("calendar.google.com") {
/* ==UserStyle==
@name         Google Calendar dark mode invert
@description  Google Calendar dark mode invert.
@namespace    english
@homepageURL  https://userstyles.world/style/17092
@supportURL   https://userstyles.world/style/17092
@author       pushka  (https://userstyles.world/user/PushkaCom)
@license      MIT

==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/


body {
  filter: invert(1)hue-rotate(180deg)contrast(0.85)brightness(1.3)saturate(1.2);
}

html .SGWAac{
    background-color: #e9e9e9;
}


element {
  opacity: 1;

  transform: none;

}
html .ecHOgf {
  box-shadow: 0 24px 38px 3px rgba(255, 255, 255, 0.14),0 9px 46px 8px rgba(255, 255, 255, 0.12),0 11px 15px -7px rgba(255, 255, 255, 0.2);
  border: #ffcda9 solid 3px;

}


html .gb_q , html .GFYYTb img , img.JZFjpd { 
  filter: invert(1)brightness(1.2)contrast(0.8);
}





}

Reviews

No reviews yet.