Dashboard: Adjust for dark and high contrast themes

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2020-08-19 13:54:50 +02:00 committed by Julius Härtl
parent 3a3fa036e6
commit 8eff3f02b6
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 4 additions and 0 deletions

View File

@ -341,6 +341,10 @@ export default {
backdrop-filter: var(--background-blur);
border-radius: var(--border-radius-large);
#body-user.theme--highcontrast & {
border: 2px solid var(--color-border);
}
&.sortable-ghost {
opacity: 0.1;
}