Use CSS custom property for warning color

Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-11 17:12:05 +00:00
parent afe3ec1699
commit 57f0aa3250

View File

@@ -11,6 +11,7 @@
--color-error-text: #c20505;
--color-success: #46ba61;
--color-running: #ffd000;
--color-warning: #ff6b00;
--color-primary-element: #00679e;
--color-primary-element-hover: #005a8a;
--color-primary-element-text: #ffffff;
@@ -175,7 +176,7 @@ span.running {
}
.container-update-warning {
color: #ff6b00;
color: var(--color-warning);
font-weight: bold;
}