From ed77f93b6fb94631c10b50c2d7a775285594a440 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 6 Mar 2021 00:37:14 -0500 Subject: [PATCH] Adjust color of links on the multi-tracker. --- WebHostLib/static/styles/tracker.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WebHostLib/static/styles/tracker.css b/WebHostLib/static/styles/tracker.css index 60dc9fbe..dc12f205 100644 --- a/WebHostLib/static/styles/tracker.css +++ b/WebHostLib/static/styles/tracker.css @@ -13,6 +13,12 @@ html{ width: calc(100% - 1rem); } +#tracker-wrapper a{ + color: #234ae4; + text-decoration: none; + cursor: pointer; +} + .table-wrapper{ overflow-y: auto; overflow-x: auto;