Changement frontend caldav

This commit is contained in:
Ambulance Clerc
2022-10-13 13:02:35 +02:00
parent ee8ce40e6a
commit 12efdfcf59
12 changed files with 95 additions and 21 deletions

View File

@@ -0,0 +1,16 @@
:root{
--main-text-color: white;
--main-text-family: 'Source Sans Pro', sans-serif;
}
.ifram_main_div{
color: white
}
table{
font-family: var(--main-text-family);
font-size: 12pt;
color: var(--main-text-color);
width: 100%;
}