give posts and notifications pointer cursors

This commit is contained in:
ari melody 2025-01-19 21:57:25 +00:00
parent 4115290311
commit 975984c4bc
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 2 additions and 0 deletions

View file

@ -148,6 +148,7 @@
text-decoration: inherit; text-decoration: inherit;
color: inherit; color: inherit;
transition: background-color .1s; transition: background-color .1s;
cursor: pointer;
} }
.notification:hover { .notification:hover {

View file

@ -87,6 +87,7 @@
padding: 16px; padding: 16px;
border-radius: 8px; border-radius: 8px;
transition: background-color .1s; transition: background-color .1s;
cursor: pointer;
} }
.post:not(.focused) { .post:not(.focused) {