Adjust color of links on the multi-tracker.

This commit is contained in:
Chris Wilson 2021-03-06 00:37:14 -05:00
parent 63fda9535a
commit ed77f93b6f
1 changed files with 6 additions and 0 deletions

View File

@ -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;