Dashboard: Adjust for dark and high contrast themes
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
3a3fa036e6
commit
8eff3f02b6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue