Default calendar colors

main
Bob Mottram 2022-04-05 20:26:10 +01:00
parent 17a1232c6d
commit 356e7095cf
1 changed files with 14 additions and 14 deletions

View File

@ -1,21 +1,21 @@
:root {
--main-bg-color: #e6ebf0;
--calendar-bg-color: #e6ebf0;
--lines-color: darkblue;
--day-number: black;
--day-number2: #282c37;
--time-color: black;
--main-bg-color: #282c37;
--calendar-bg-color: #282c37;
--lines-color: grey;
--day-number: #dddddd;
--day-number2: #bbbbbb;
--time-color: #aaa;
--place-color: black;
--event-color: #282c37;
--event-color: grey;
--event-public-color: #282c37;
--today-foreground: white;
--today-circle: #03a494;
--event-background: lightgrey;
--event-background-private: grey;
--today-foreground: black;
--today-circle: grey;
--event-background: black;
--event-background-private: #222;
--event-foreground: white;
--title-text: white;
--title-background: #2b5c6d;
--focus-color: grey;
--title-background: grey;
--focus-color: white;
--calendar-horizontal-padding: 0;
--calendar-cell-size: 1.5vw;
--calendar-cell-size-mobile: 1.5vw;
@ -30,7 +30,7 @@
--font-size-calendar-cell-tiny: 2rem;
--calendar-header-font: 'Montserrat';
--calendar-header-font-style: italic;
--main-link-color-hover: blue;
--main-link-color-hover: #bbb;
--rendering: normal;
--ical-icon-size: 32px;
--ical-icon-size-mobile: 80px;