aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base/_styles.scss
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-01-02 22:19:21 +0000
committercristiano <[email protected]>2020-01-02 22:19:21 +0000
commite864c72fd604b640ad7e12d5d5019dc387203914 (patch)
tree58a4d298de30b05f329bcbd9732e7c910cdd9505 /templates/@theme-base/_styles.scss
parent17603ded046a46bab8ec5efdfe9ddba4506e24fc (diff)
downloadprotonmail-themes-e864c72fd604b640ad7e12d5d5019dc387203914.tar.xz
protonmail-themes-e864c72fd604b640ad7e12d5d5019dc387203914.zip
Calendar weekday bar.
Diffstat (limited to 'templates/@theme-base/_styles.scss')
-rw-r--r--templates/@theme-base/_styles.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss
index 65096ea..2d2076c 100644
--- a/templates/@theme-base/_styles.scss
+++ b/templates/@theme-base/_styles.scss
@@ -233,6 +233,7 @@ a:active, a:focus, a:hover,
.calendar-grid-heading[aria-pressed="true"]
.calendar-grid-heading-number,
.minicalendar-day[aria-pressed="true"],
-.minicalendar-day[aria-current="date"]::before {
+.minicalendar-day[aria-current="date"]::before,
+.calendar-monthgrid-day[aria-pressed="true"] .calendar-monthgrid-day-number {
background: darken($highlight, 25%);
} \ No newline at end of file