aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base/_styles.scss
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-06-04 18:36:18 +0100
committercristiano <[email protected]>2020-06-04 18:36:18 +0100
commit8cc59136e172a524116d59cb0abbb14a417037cb (patch)
tree55181e267e938b9c5c42bfd95c6b9585859384a2 /templates/@theme-base/_styles.scss
parent0bdb354e2531371ccd44b78033ded678cd802344 (diff)
downloadprotonmail-themes-8cc59136e172a524116d59cb0abbb14a417037cb.tar.xz
protonmail-themes-8cc59136e172a524116d59cb0abbb14a417037cb.zip
Fixes for calendar.
Diffstat (limited to 'templates/@theme-base/_styles.scss')
-rw-r--r--templates/@theme-base/_styles.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss
index 422bef2..5bf8761 100644
--- a/templates/@theme-base/_styles.scss
+++ b/templates/@theme-base/_styles.scss
@@ -319,5 +319,9 @@ a:active, a:focus, a:hover,
.minicalendar-day[aria-pressed="true"],
.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
+ background: darken($highlight, 15%);
+}
+
+.minicalendar-day[aria-current="date"][aria-pressed="true"]::before {
+ background: $highlight;
+}