Make logo cursor a pointer
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user