feat(header): give logo a slight border

This commit is contained in:
Gabe Kangas 2023-04-25 20:42:58 -07:00
parent 7f6533b67a
commit 04107ba0fe
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -71,7 +71,11 @@
}
.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 {