1 parent 3cc6ab4 commit 97ba07bCopy full SHA for 97ba07b
1 file changed
styles/github/catppuccin.user.css
@@ -2,7 +2,7 @@
2
@name GitHub Catppuccin
3
@namespace github.com/catppuccin/userstyles/styles/github
4
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github
5
-@version 1.7.7
+@version 1.7.8
6
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css
7
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub
8
@description Soothing pastel theme for GitHub
@@ -583,6 +583,14 @@
583
.subnav-link.selected {
584
border-bottom-color: @accent-color;
585
}
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
594
595
596
0 commit comments