mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
28 lines
487 B
Plaintext
28 lines
487 B
Plaintext
html[data-darkmode="true"] body {
|
|
background-color: black;
|
|
color: var(--sl-color-neutral-700);
|
|
|
|
/*** HEADER ***/
|
|
#egw_fw_topmenu_info_items {
|
|
#topmenu_info_timer:before {
|
|
filter:initial;
|
|
}
|
|
}
|
|
|
|
/*** APPLICATION ***/
|
|
|
|
egw-app {
|
|
--application-header-text-color: var(--sl-color-neutral-700);
|
|
}
|
|
|
|
/*** End APPLICATION ***/
|
|
|
|
/*** WIDGETS ***/
|
|
/* This should mostly go away with webcomponents */
|
|
|
|
.nextmatch_sortheader {
|
|
color: #96bcd9;
|
|
}
|
|
|
|
/** End WIDGETS **/
|
|
} |