grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit c1bbe32992cd4da074fb1e0bf0c0f5ccccb4f8e1
parent d0c632ad44c965193a3248102af6fedbd901ede7
Author: corndog <cauchyn@firemail.cc>
Date:   Tue, 23 Oct 2018 22:11:37 -0700

In theory, this fires click events on iOS Safari

Therefore, Safari Mobile users can click out of
image embeds.

https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile

Diffstat:
in/static/style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/in/static/style.css b/in/static/style.css @@ -3,6 +3,7 @@ body, body:hover { background-color: #f6f6f6; + cursor: pointer; font-family: "Charter", sans-serif; font-size: 19px; margin: 5% auto;