From 1ab75f81ffb5d9b2c1799b53da888eabcb5ec6bf Mon Sep 17 00:00:00 2001 From: Nitesh Negi Date: Thu, 6 Feb 2025 21:06:07 +0530 Subject: [PATCH] darkmode icon settled --- index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index d8a90394..fea16c46 100644 --- a/index.css +++ b/index.css @@ -58,13 +58,13 @@ body { .darkmode-toggle { background: #100f2c; - width: 3rem; - height: 3rem; + width: 2.7rem; + height: 2.7rem; position: fixed; border-radius: 50%; border: 2px solid rgb(236, 236, 243); left: 70.2rem; - top: 30px; + top: 26px; cursor: pointer; transition: all 0.5s ease; display: flex;