mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
feat(header): give logo a slight border
This commit is contained in:
parent
7f6533b67a
commit
04107ba0fe
@ -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…
x
Reference in New Issue
Block a user