code refactoring

add cursor pointer to note text to not break
pointer cursor when it goes over text
This commit is contained in:
zepp 2025-02-01 20:40:42 -05:00
parent 2ef25ff6a1
commit 9ae6900ea4

View File

@ -73,10 +73,6 @@ section {
color: var(--text-color-light-red);
}
.note {
cursor: pointer;
}
.tileOne {
position: absolute;
left: 26.61%;
@ -185,6 +181,10 @@ section {
z-index: 2;
}
.note, .read-this {
cursor: pointer;
}
.visitor-note {
margin-right: 5rem
}