Skip to content

Commit 35cee53

Browse files
committed
Update styles.css
1 parent 9f3797e commit 35cee53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ a, .speechBubbleText {
256256
margin: var(--image_margin);
257257
max-width: var(--image_width);
258258
text-align: center;
259-
cursor: pointer;
259+
cursor: var(--cursorPointer);
260260
}
261261

262262
#ImageBody img {
@@ -354,7 +354,7 @@ img:not(.speechBubble img, #oneko){
354354
/* - - Literally just button things: */
355355
button {
356356
/* # - - Styling: */
357-
cursor: pointer;
357+
cursor: var(--cursorPointer);
358358
font-size: var(--buttonReSize);;
359359
}
360360

0 commit comments

Comments
 (0)