Commit 6f91c3ce authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '25430-make-colors-in-runner-status-more-colorblind-friendly' into 'master'

Change status colors of runners to better defaults

Closes #25430

See merge request !8334
parents de87c6f6 a6e71b9f
......@@ -489,9 +489,9 @@ $project-network-controls-color: #888;
*/
$runner-state-shared-bg: #32b186;
$runner-state-specific-bg: #3498db;
$runner-status-online-color: green;
$runner-status-offline-color: gray;
$runner-status-paused-color: red;
$runner-status-online-color: $green-normal;
$runner-status-offline-color: $gray-darkest;
$runner-status-paused-color: $red-normal;
/*
Stat Graph
......
---
title: Change status colors of runners to better defaults
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment