From 741354150428f899abade48a96321914f5ce498b Mon Sep 17 00:00:00 2001 From: Jacob Marshall Date: Mon, 6 Jul 2020 12:24:02 +0100 Subject: [PATCH] Make the cursor pointer for sign in link --- assets/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/main.css b/assets/main.css index bd4174e..902b491 100644 --- a/assets/main.css +++ b/assets/main.css @@ -21,6 +21,7 @@ a { font-weight: 400; line-height: 30px; transition: border-bottom .2s; + cursor: pointer; } a:hover { border-bottom-color: #333;