mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-08-12 06:33:52 +02:00
feat:#4 updated calendar color for event and border
This commit is contained in:
@@ -10133,6 +10133,16 @@
|
||||
border: 1px solid rgba(255, 237, 0, 0.24);
|
||||
color: #000000; /*#1c2127*/
|
||||
}
|
||||
:root .fc-v-event {
|
||||
background: #ffed00;
|
||||
border: 2px solid rgba(193, 180, 0, 0.94);
|
||||
color: #000000; /*#1c2127*/
|
||||
border-radius: 6px;
|
||||
margin: 1%;
|
||||
}
|
||||
:root .fc-v-event .fc-event-main {
|
||||
color: #000000; /*#1c2127*/
|
||||
}
|
||||
:root .fc.fc-unthemed .fc-view-container .fc-divider {
|
||||
background: #2e3639; /*#071426*/
|
||||
border: 1px solid #1b2022; /*#0b213f*/
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user