From 9da61e6ba684bbbbc60f06b9956d6a52980cf2ee Mon Sep 17 00:00:00 2001 From: malik Date: Sat, 3 Feb 2024 20:03:55 +0100 Subject: [PATCH] Fix missing pointer cursor on language button --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 96ba8f5..ba99fd2 100644 --- a/css/style.css +++ b/css/style.css @@ -255,6 +255,7 @@ table tr td{ .menu-icon a{ font-size: 300%; margin-right: 10%; + cursor: pointer; } .menu-icon img{