From 4dfa5f50bc179359b24d9cacc178eb3c907c2942 Mon Sep 17 00:00:00 2001 From: clement callaert Date: Sat, 4 Nov 2023 04:31:37 +0100 Subject: [PATCH] video --- public/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/base.css b/public/css/base.css index 0acf37e..cfbc236 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -55,7 +55,7 @@ body { } .custom-cursor { - cursor: url('cursor/gta5.cur'), auto; + cursor: pointer; text-decoration: none; } @@ -125,7 +125,7 @@ footer div p { outline: none; color: rgb(255, 255, 255); background: #111a52; - cursor: url('cursor/gta5.cur'), auto; + cursor: pointer; position: relative; z-index: 0; border-radius: 10px;