Merge pull request #22 from zcash/milestone-box-dark-mode

Improve visibility of milestone box in dark mode
This commit is contained in:
str4d 2023-01-06 09:36:12 +00:00 committed by GitHub
commit ac43441792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}