Add theming support

This commit is contained in:
Robert Long
2021-11-17 17:52:31 -08:00
parent 3df1f89f06
commit 10a8433ccf
8 changed files with 34 additions and 17 deletions

View File

@@ -7,14 +7,14 @@
display: flex;
cursor: pointer;
text-decoration: none;
color: white;
color: var(--textColor1);
align-items: center;
}
.roomListItem:hover {
background-color: rgba(141, 151, 165, 0.2);
border-radius: 8px;
color: white;
color: var(--textColor1);
}
.roomAvatar {