Skip to content

Commit

Permalink
fix(sankey): Sankey text colors follow dark/light theme now
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Dec 3, 2021
1 parent b94eb9a commit 5500a8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,11 @@ a.mapboxgl-ctrl-logo {
position: 'static';
}
// sankey text colors don't break thru, sigh
.node-title {
fill: var(--text);
}
@media only screen and (max-width: 640px) {
.top-bar {
padding-left: 1rem;
Expand Down

0 comments on commit 5500a8d

Please sign in to comment.