Make logo cursor a pointer

This commit is contained in:
w3irdrobot
2023-01-19 18:19:09 -05:00
parent aa0f849d09
commit ad1c3ffbe1
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
.logo {
cursor: pointer;
}
.unread-count {
width: 20px;
height: 20px;
@ -12,4 +16,4 @@
background-color: var(--error);
font-weight: bold;
text-align: center;
}
}