From ffb166bb34935d2605ed9ca89b122a293d2af455 Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 19 Feb 2024 16:54:27 +0300 Subject: [PATCH] Browsers use pointer cursor for links by default, no need to override this (I guess) --- sass/_main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/sass/_main.scss b/sass/_main.scss index c3ce6d5..5869e09 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -123,7 +123,6 @@ h6 { a { color: var(--primary-color); - cursor: pointer; font-weight: bold; &:hover {