aboutsummaryrefslogtreecommitdiff
path: root/themes/dracula/dracula_full.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dracula/dracula_full.css')
-rw-r--r--themes/dracula/dracula_full.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/dracula/dracula_full.css b/themes/dracula/dracula_full.css
index 64b6671..7c6fa9a 100644
--- a/themes/dracula/dracula_full.css
+++ b/themes/dracula/dracula_full.css
@@ -159,6 +159,12 @@ a:active, a:focus, a:hover,
.progress-contact::-moz-progress-bar {
background: #FF79C6; }
+.calendar-grid-heading[aria-pressed="true"]
+.calendar-grid-heading-number,
+.minicalendar-day[aria-pressed="true"],
+.minicalendar-day[aria-current="date"]::before {
+ background: #f9008f; }
+
body {
scrollbar-color: #3e4153 #2c2f3c; }
@@ -438,3 +444,13 @@ select.pm-field, select.pm-field-icon-container {
.pm-plans-table-row--highlighted {
background-color: #282a36; }
+
+.calendar-grid-heading, .calendar-monthgrid-day {
+ color: #e6eaf0; }
+
+.calendar-grid-heading[aria-current="date"] {
+ color: white; }
+
+.pm-checkbox-fakecheck {
+ border-color: #FF79C6;
+ background: transparent; }