Skip to content

Commit 7a02312

Browse files
authored
[HUD] Light green success color for light mode (#6452)
We should add a pending color at some point too old: <img width="382" alt="image" src="https://github.com/user-attachments/assets/004dd4e0-8486-4171-9799-b4b6b3e07db4" /> new: <img width="459" alt="image" src="https://github.com/user-attachments/assets/f840e6c6-0156-41fe-a6b0-d86fab79b546" />
1 parent ca53c99 commit 7a02312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchci/styles/globals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--workflow-box-none-bg: lightgray;
2727
--workflow-box-fail-bg: mistyrose;
2828
--workflow-box-pending-bg: azure;
29-
--workflow-box-success-bg: lightgreen;
29+
--workflow-box-success-bg: #efffef;
3030
--workflow-box-classified-bg: linen;
3131
--workflow-box-highlight-border: #5eced4;
3232
--workflow-box-highlight-shadow: rgba(81, 203, 238, 1);

0 commit comments

Comments
 (0)