Skip to content

Commit 97ba07b

Browse files
authored
fix(github): pull request check in progress indicator (catppuccin#1396)
1 parent 3cc6ab4 commit 97ba07b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

styles/github/catppuccin.user.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name GitHub Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/github
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github
5-
@version 1.7.7
5+
@version 1.7.8
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub
88
@description Soothing pastel theme for GitHub
@@ -583,6 +583,14 @@
583583
.subnav-link.selected {
584584
border-bottom-color: @accent-color;
585585
}
586+
587+
/* Pull request check in progress indicator */
588+
[stroke="#DBAB0A"] {
589+
stroke: fade(@yellow, 70%) !important;
590+
}
591+
[fill="#DBAB0A"] {
592+
fill: @yellow !important;
593+
}
586594
}
587595
}
588596

0 commit comments

Comments
 (0)