Skip to content

Commit

Permalink
fix(github): github actions check running indicator (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jan 1, 2025
1 parent 937ddde commit 4e5112c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/github/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -617,10 +617,10 @@
}

/* Pull request check in progress indicator */
[stroke="#DBAB0A"] {
[stroke="#DBAB0A" i] {
stroke: fade(@yellow, 70%) !important;
}
[fill="#DBAB0A"] {
[fill="#DBAB0A" i] {
fill: @yellow !important;
}
}
Expand Down

0 comments on commit 4e5112c

Please sign in to comment.