Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored May 13, 2024
1 parent b8e2ba3 commit 69453f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ body {
left: 125px;
width: var(--progress);
height: 1px;
background: linear-gradient(to right, var(--accent), transparent 20px);
background: linear-gradient(to right, var(--accent) 100%, transparent 20px);
transition: width 0.2s;
}

Expand Down

0 comments on commit 69453f5

Please sign in to comment.