Skip to content

Commit

Permalink
metallica yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
tposejank committed Jun 14, 2024
1 parent 72386fa commit ec81957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ body.purple {
margin-bottom: 3rem;
border-radius: 50%;
position: relative;
background: radial-gradient(closest-side, var(--theme-color) 90%, transparent 80% 100%), conic-gradient(hotpink calc(var(--progress-value) * 1%), var(--card-background-color) 0);
background: radial-gradient(closest-side, var(--theme-color) 90%, transparent 80% 100%), conic-gradient(#ffff01 calc(var(--progress-value) * 1%), var(--card-background-color) 0);
}

.progress-bar-circle img {
Expand Down

0 comments on commit ec81957

Please sign in to comment.