CSS tweaks

This commit is contained in:
2022-02-10 21:25:16 -05:00
parent bfd080943d
commit 8ab8124370
7 changed files with 23608 additions and 155 deletions

View File

@@ -169,6 +169,14 @@ export default Vue.extend({
color: inherit;
}
.theme-black .list-group-item {
border: 1px solid rgba(255,255,255, 0.1);
}
.theme-black .list-group-item:first-child {
border: 1px solid rgba(255,255,255, 0.05);
}
.theme-black .list-group-item.active {
z-index: 2;
background-color: inherit;