Skip to content

Commit

Permalink
Update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 authored Oct 31, 2024
1 parent ef3b57c commit 17e464e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const __addGithubBadge_Styles = () => {
width: 16rem;
overflow-wrap: break-word;
border-radius: 0.7rem 0.7rem 0 0;
background-color: #000000;
background-color: #0d1117;
position: fixed;
left: 0.9rem;
bottom: 0rem;
Expand Down Expand Up @@ -211,7 +211,7 @@ const __addGithubBadge_Styles = () => {
left: 1rem;
border-radius: 10px 10px 0 0;
color: #ffffff;
background-color: #000000;
background-color: #0d1117;
cursor: pointer;
user-select: none;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
Expand Down

0 comments on commit 17e464e

Please sign in to comment.