Skip to content

Commit

Permalink
Make reading indicator flexible for dark/light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Apr 30, 2023
1 parent e545737 commit 90c38c0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@
transform: rotate(-90deg);
stroke-dasharray: 100, 100;
stroke-dashoffset: 100;
}

[data-bs-theme='light'] .progress-bg {
stroke: #444444;
}

0 comments on commit 90c38c0

Please sign in to comment.