/* ==UserStyle==
@name           Gridfox: Highlight Today in Week View
@namespace      https://www.timhilton.xyz/stylus-rules/
@version        1.0.0
@description    Highlights the current day in the Gridfox week view calendar with a light blue background for easy identification
@author         Tim Hilton
@homepageURL    https://www.timhilton.xyz/stylus-rules/gridfox/highlight-today-week-view/
@updateURL      https://www.timhilton.xyz/stylus-rules/gridfox/highlight-today-week-view/latest/highlight-today-week-view.user.css
==/UserStyle==*/

@-moz-document domain("ongridfox.com"), domain("app.gridfox.com") {
.week-view .rows .row__week div.cell.today {
    background-color: #e5f5ff;
}
}
