From ddbe8b1d90038da41dc64867320f87cc2e2e2d00 Mon Sep 17 00:00:00 2001 From: shyamtawli Date: Thu, 11 Apr 2024 11:39:35 +0530 Subject: [PATCH] fix: scrollbar in light mode --- public/data/brianobot.json | 24 ++++++++++++------------ src/App.css | 4 ---- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/public/data/brianobot.json b/public/data/brianobot.json index e7679ceb..fb1ccc39 100644 --- a/public/data/brianobot.json +++ b/public/data/brianobot.json @@ -1,13 +1,13 @@ { - "name": "Brian Obot", - "location": "The Matrix", - "bio": "👋 Hi, I'm Brian! A software developer passionate about crafting efficient, innovative, and elegant solutions to real-world problems", - "avatar": "https://github.com/brianobot.png", - "portfolio": "https://brianobot.github.io/", - "skills": ["Python", "Django", "Laravel", "Linux", "REST API"], - "social": { - "GitHub": "https://github.com/brianobot", - "Twitter": "https://twitter.com/i_am_brian_obot", - "LinkedIn": "https://www.linkedin.com/in/brian-obot-924b49216" - } - } \ No newline at end of file + "name": "Brian Obot", + "location": "The Matrix", + "bio": "👋 Hi, I'm Brian! A software developer passionate about crafting efficient, innovative, and elegant solutions to real-world problems", + "avatar": "https://github.com/brianobot.png", + "portfolio": "https://brianobot.github.io/", + "skills": ["Python", "Django", "Laravel", "Linux", "REST API"], + "social": { + "GitHub": "https://github.com/brianobot", + "Twitter": "https://twitter.com/i_am_brian_obot", + "LinkedIn": "https://www.linkedin.com/in/brian-obot-924b49216" + } +} diff --git a/src/App.css b/src/App.css index 520f937a..314ad102 100644 --- a/src/App.css +++ b/src/App.css @@ -8,10 +8,6 @@ width: 0.8rem; } -::-webkit-scrollbar-track { - background-color: rgba(20, 29, 47, 1); -} - ::-webkit-scrollbar-thumb { background: rgb(43, 58, 88); border: 2px solid transparent;