feat(header): use instance logo for header image

This commit is contained in:
Gabe Kangas
2023-04-22 11:49:31 -07:00
parent c37322e5f9
commit 70e4d84c42
2 changed files with 7 additions and 3 deletions

View File

@@ -69,3 +69,8 @@
cursor: default;
color: var(--theme-color-components-text-on-light);
}
.avatar {
background-color: white;
padding: 0.2rem;
}