From 4ab70b9366f2a8dbcb004af3b7e851bc4c7e8ee1 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 4 May 2022 17:51:38 +0100 Subject: [PATCH] Improve visibility of milestone box in dark mode --- public/zcash-dag.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/zcash-dag.css b/public/zcash-dag.css index 228f85bd..ed020bb3 100644 --- a/public/zcash-dag.css +++ b/public/zcash-dag.css @@ -3,6 +3,12 @@ /* Material dark theme surface colour */ fill: #121212; } + svg .cluster polygon { + stroke: #1976d2; + } + svg .cluster text { + fill: #c9d1d9; + } svg .node polygon { stroke: #c9d1d9; }