Skip to content

Commit

Permalink
fix: scrollbar in light mode (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamtawli authored Apr 11, 2024
1 parent 723c41d commit 224b135
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
24 changes: 12 additions & 12 deletions public/data/brianobot.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
"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"
}
}
4 changes: 0 additions & 4 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 224b135

Please sign in to comment.