Skip to content
Snippets Groups Projects
Commit a6e71b9f authored by dimitrieh's avatar dimitrieh
Browse files

Change status colors of runners to better defaults

parent 2ed90c45
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
---
title: Change status colors of runners to better defaults
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment