From 455c7449e32b30862a7cd65700244bfc76fb49a2 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 24 Feb 2020 17:06:00 -0800 Subject: [PATCH] Restore cursor styling to the default; i-bars for text, etc. --- stylesheets/_global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index c0bcdf8b4..7484ac81a 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -1,5 +1,6 @@ html { height: 100%; + cursor: inherit; } body {