Skip to content

Highlight Today in Google Calendar by trinetra

Details

Authortrinetra

Licensehttps://opensource.org/license/mit

Categorycalendar.google.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Highlight Today's day in Google Calendar week & month view.

Notes

Built & tested with the Stylus extension on Google Chrome.

Source code

/* ==UserStyle==
@name           calendar.google.com/calendar/u/0/r/week
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Highlight Today in Google Calendar
@author         trinetra
==/UserStyle== */
@-moz-document url-prefix("https://calendar.google.com/") {
    .RCXPcd.o5s4T > .w48V4c.ubOFEd.F262Ye {
        background-color: #FFFF33 !important;
        padding: 0.25% 0% !important;
        color: black !important;
        font-size: 18px;
        font-weight: bold !important;
        height: 9% !important;
        width: 99% !important;
        border-style: solid !important;
        border-color: #7300ff !important;
        border-width: 1px !important;
        border-bottom-left-radius: 0% !important;
        border-bottom-right-radius: 0% !important;
        border-top-left-radius: 0% !important;
        border-top-right-radius: 0% !important;
    }

    .BiKU4b.F262Ye,
    QIYAPb {
        background-color: #FFFAA0 !important;
        border-style: dashed !important;
        border-color: #ffb375 !important;
        border-width: 1px !important;
    }
}

Reviews

No reviews yet.