mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
feat(header): give logo a slight border
This commit is contained in:
parent
7f6533b67a
commit
04107ba0fe
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue