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

@@ -8,7 +8,7 @@
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #0dbd8b;
background-color: var(--primaryColor);
}
.facepile .avatar > * {