Skip to content

Google Calendar Colorize Today (2023) by rodrigofd

Details

Authorrodrigofd

LicenseNo License

Categorycalendar.google.com

Created

Updated

Size729 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Colorizes Google Calendar's Today date for week and month views (adjusted for 2023 version)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Google Calendar - Colorize Today 2023
@namespace      USO Archive
@author         rodrigofd
@description    `(Fixed for 2023) This style colorize Today on Google Calendar on Week and Month views.
@version        202305.01
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/calendar/"),
url-prefix("https://www.google.com/calendar/"),
url-prefix("https://calendar.google.com")
{
    .YvjgZe.F262Ye
    {
        background-color: #ffffc44d !important;
    }

    div.zYZlv.dkNwF:has(>h2.F262Ye)
    {
        background-color: #ffffc44d !important;
    }
}

Reviews

No reviews yet.