feat:#4 updated calendar color for event and border

This commit is contained in:
Elmar Kresse
2024-05-23 17:38:44 +02:00
parent d35ee8aa30
commit a44a0e1448
8 changed files with 43 additions and 5 deletions

View File

@@ -10132,6 +10132,12 @@
border: 1px solid rgba(0, 148, 76, 0.24);
color: #ffffff; /*#1c2127*/
}
:root .fc-v-event {
background: #00944c;
border: 2px solid rgba(0, 121, 62, 0.94);
border-radius: 6px;
margin: 1%;
}
:root .fc.fc-unthemed .fc-view-container .fc-divider {
background: #ffffff; /*#071426*/
border: 1px solid #1b2022; /*#0b213f*/

File diff suppressed because one or more lines are too long