From 73824ab7d674687725a360ce7e37bda9af6cc9c5 Mon Sep 17 00:00:00 2001 From: Sean Yeh <109418+seanyeh@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:14:51 -0600 Subject: [PATCH] Make main page icons more button-like --- src/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/style.scss b/src/style.scss index 21e564c..5f24a2e 100644 --- a/src/style.scss +++ b/src/style.scss @@ -31,6 +31,12 @@ div.grid { flex: 1 0 48%; text-align: center; margin-bottom: 10px; + + user-select: none; + + &:hover { + cursor: pointer; + } } }