team UI dark mode

This commit is contained in:
Peter Papp
2021-08-23 07:02:24 +02:00
parent 1f529ae7e0
commit 882b5543f0
6 changed files with 67 additions and 169 deletions

View File

@@ -341,6 +341,14 @@
}
.dark-mode {
.team-preview:hover {
background: $dark_mode_foreground;
/deep/ .members .member {
border-color: $dark_mode_foreground;
}
}
.toolbar .directory-name {
color: $dark_mode_text_primary;
}