fix: UI improvements

This commit is contained in:
Nick
2019-07-20 22:44:41 -04:00
parent 0c6472ab85
commit 006fd59e2a
3 changed files with 17 additions and 4 deletions

View File

@@ -616,6 +616,20 @@
}
}
@at-root .theme--dark & {
background-color: mc('grey', '900');
border-color: mc('grey', '700');
summary {
background-color: mc('grey', '900');
border-color: mc('grey', '700');
}
&[open] summary {
background-color: lighten(mc('grey', '900'), 5%);
}
}
}
}