egroupware_official/kdots/assets/styles/framework_dark.less
2024-07-11 16:39:28 -06:00

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 **/
}