Dark theme support for modal and about tab improvements

This commit is contained in:
David Ralph
2021-02-27 18:54:29 +00:00
parent caf4a07473
commit afcb7908d5
6 changed files with 53 additions and 26 deletions

View File

@@ -48,6 +48,20 @@
.dark {
background-color: #2f3542 !important;
color: white !important;
.sidebar {
background-color: #2a303b !important;
}
.tab-list-active {
background: rgba(161, 159, 159, 0.8);
}
.tab-list-item {
&:hover {
background: rgba(161, 159, 159, 0.8);
}
}
}
.ReactModal__Html--open,