mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-05 23:16:21 +00:00
Fix unreadable messages with dark theme (#317)
Fix dark theme support (https://github.com/nextcloud/ocsms/issues/297) Signed-off-by: Regiloup <regis.leloup@colombbus.org>
This commit is contained in:
parent
06eee652c4
commit
09db94df12
@ -3,6 +3,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body.dark #app {
|
||||
color: var(--color-background-dark);
|
||||
}
|
||||
|
||||
#app-navigation {
|
||||
box-sizing: border-box;
|
||||
border-left: 1px solid #ddd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user