From 3a015ecfd8364a0b4ce2539ad0939a008e7bdfb4 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 27 Jun 2020 21:19:15 +0000 Subject: [PATCH] Make reset button highlight color --- static/remote.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/remote.css b/static/remote.css index 376b04b..4f2cb66 100644 --- a/static/remote.css +++ b/static/remote.css @@ -81,6 +81,7 @@ tfoot tr { .action { cursor: pointer; margin-left: 10px; + color: var(--highlight-color); } .github {