1
0
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:
R. Leloup 2020-05-01 14:18:58 +02:00 committed by GitHub
parent 06eee652c4
commit 09db94df12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;