diff --git a/src/lib/ui/Notification.svelte b/src/lib/ui/Notification.svelte index 7bcf93c..2695eae 100644 --- a/src/lib/ui/Notification.svelte +++ b/src/lib/ui/Notification.svelte @@ -148,6 +148,7 @@ text-decoration: inherit; color: inherit; transition: background-color .1s; + cursor: pointer; } .notification:hover { diff --git a/src/lib/ui/post/Post.svelte b/src/lib/ui/post/Post.svelte index e9778e2..1178a24 100644 --- a/src/lib/ui/post/Post.svelte +++ b/src/lib/ui/post/Post.svelte @@ -87,6 +87,7 @@ padding: 16px; border-radius: 8px; transition: background-color .1s; + cursor: pointer; } .post:not(.focused) {