frontend: Fix cursor for anchors

This commit is contained in:
Lennart
2025-12-05 14:51:34 +01:00
parent eba377b980
commit 7a101b7364

View File

@@ -53,6 +53,11 @@ a {
color: var(--text-on-background-color); color: var(--text-on-background-color);
} }
a,
button {
cursor: pointer;
}
header { header {
background: var(--background-darker); background: var(--background-darker);
min-height: 60px; min-height: 60px;
@@ -239,10 +244,8 @@ ul.collection-list {
z-index: 1; z-index: 1;
pointer-events: none; pointer-events: none;
a,
button { button {
pointer-events: all; pointer-events: all;
cursor: pointer;
} }
.title { .title {