Improve visibility of milestone box in dark mode

This commit is contained in:
Jack Grigg 2022-05-04 17:51:38 +01:00
parent 968937cf9f
commit 4ab70b9366
1 changed files with 6 additions and 0 deletions

View File

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