feat(header): give logo a slight border

This commit is contained in:
Gabe Kangas
2023-04-25 20:43:04 -07:00
parent 7f6533b67a
commit 04107ba0fe
+5 -1
View File
@@ -71,7 +71,11 @@
} }
.avatar { .avatar {
background-color: white; background-color: var(--theme-color-background-header);
box-sizing: content-box;
border-color: #ffffff26;
border-width: 2px;
border-style: solid;
} }
.chatOfflineText { .chatOfflineText {