From 498eb6053740765ba9985e666e6ed4ad6a5a4fda Mon Sep 17 00:00:00 2001 From: Ahina Gangopadhyay <159465464+ahinagangopadhyay@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:49:50 +0530 Subject: [PATCH 1/2] Update style.css --- style.css | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/style.css b/style.css index 35d426dcf..d50e30681 100644 --- a/style.css +++ b/style.css @@ -30,29 +30,6 @@ border-radius: 25px; } -/* Custom Cursor Css */ - -.circle { - z-index: 999999; - width: 20px; - height: 20px; - border-radius: 50%; - pointer-events: none; - animation: colors 5s infinite; - position: fixed; - transform: translate(-50%, -50%); -} - -.circle::before { - content: ""; - position: fixed; - width: 50px; - height: 50px; - opacity: 0.2; - transform: translate(-30%, -30%); - border-radius: 50%; -} - /* Preloader Css */ #loader-wrapper { @@ -2007,3 +1984,7 @@ footer { flex-basis: 100%; } } + +.footer-ul li a:hover { + color:#00d0ff; +} From e220d10eb000363669496b75e0f9d8850aa46cbc Mon Sep 17 00:00:00 2001 From: Rakesh Roshan Date: Sat, 3 Aug 2024 19:10:32 +0530 Subject: [PATCH 2/2] Update style.css --- style.css | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index d50e30681..666e77592 100644 --- a/style.css +++ b/style.css @@ -30,6 +30,29 @@ border-radius: 25px; } +/* Custom Cursor Css */ + +.circle { + z-index: 999999; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + animation: colors 5s infinite; + position: fixed; + transform: translate(-50%, -50%); +} + +.circle::before { + content: ""; + position: fixed; + width: 50px; + height: 50px; + opacity: 0.2; + transform: translate(-30%, -30%); + border-radius: 50%; +} + /* Preloader Css */ #loader-wrapper { @@ -1577,6 +1600,10 @@ footer { text-align: center; } +.footer-ul li a:hover { + color: #00d0ff; +} + .social { font-size: 3.5rem; text-decoration: none; @@ -1984,7 +2011,3 @@ footer { flex-basis: 100%; } } - -.footer-ul li a:hover { - color:#00d0ff; -}