Changement frontend caldav
This commit is contained in:
16
mycaldav/static/mycaldav/style.css
Normal file
16
mycaldav/static/mycaldav/style.css
Normal 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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user