From 53bf75c9bd411ba434d159862f78469c13165944 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 17 Feb 2023 23:22:02 +0900 Subject: Change cursor to hint link to image's original size --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 8120cea..b719ddf 100644 --- a/style.css +++ b/style.css @@ -28,7 +28,10 @@ a[href] { } h1 { margin: 0.5ex 0 } h2 { margin: 0 0 0.5ex 0 } -img { max-width: 100% } +img { + cursor: zoom-in; + max-width: 100%; +} article + article { margin-top: 1rem } nav { align-items: center; -- cgit 1.4.1