Add site logo to header.

This commit is contained in:
evazion
2022-05-21 13:30:21 -05:00
parent 1bcf93b816
commit d89db73c2f
3 changed files with 12 additions and 1 deletions

View File

@@ -6,6 +6,14 @@ header#top {
#app-name-header {
font-size: var(--text-xxl);
margin: 0 30px;
#app-logo img {
width: 1.25em;
&:hover {
opacity: 0.8;
}
}
}
menu {