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 14, 2024
1 parent dccef5e commit 7146c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ body {
content: '';
position: absolute;
top: calc(100% - 1px);
left: 125px;
width: calc(var(--progress) - (54px * 2.5));
right: calc(100% - (54px * 2.5));
width: var(--progress);
height: 1px;
background: linear-gradient(to right, var(--accent) calc(100% - 100px), transparent);
transition: width 1s;
Expand Down

0 comments on commit 7146c2d

Please sign in to comment.