Google calendar highlight background of current day
Google Calendar Highlight Current Day Background by akendrick451
Details
Authorakendrick451
LicenseCC-BY-4.0
Categoryhttps://calendar.google.com/calendar/u/0/r/day
Created
Updated
Size1.4 kB
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 Highlight Current Day Background
@version 20241204.04.02
@namespace https://userstyles.world/user/akendrick451
@description Google calendar highlight background of current day
@author akendrick451
@license CC-BY-4.0
==/UserStyle== */
/* ==UserStyle==
@name Google Calendar AK Background Color
@namespace USO Archive
@author AK451
@description A highlighted colour background for current day view
@version 20230226.01.52
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
/* ==UserStyle==
@name Google Calendar AK Background Color
@namespace AK451
@version 20241204.0.0
@license CC-BY-4.0
@author AK451
@description A highlighted colour background for current day view
==/UserStyle== */
@-moz-document regexp(".*\\/0\\/r") {
/* COLOR PALETTE */
/* stylelint-disable color-no-hex */
.QIYAPb{
background: #a1a1893b !important ;
}
}
@-moz-document regexp(".*\\/r\\/day") {
/* COLOR PALETTE */
/* stylelint-disable color-no-hex */
.QIYAPb{
background: #a1a1893b !important ;
}
}
@-moz-document regexp(".*\\/r\\/day\\?pli=1") {
/* COLOR PALETTE */
/* stylelint-disable color-no-hex */
.QIYAPb{
background: #a1a1893b !important ;
}
}