From 878d357f2239616eb5bd0cafc0cd996fedb572e2 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 29 Jun 2020 23:45:27 +0200 Subject: [PATCH] Minor styles update --- assets/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/styles.css b/assets/styles.css index 4e00cff..6387961 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -59,9 +59,11 @@ h1 { padding: 16px 32px; background-color: #9dd3f0; text-align: center; + cursor: default; } h2, h3 { margin-top: 32px; + cursor: default; } p { line-height: 1.3em;