Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1972: Triangle Bug on Dark Blue Theme and Update Copy Midnight Theme -> Dark Blue Theme #532

Merged
merged 5 commits into from Apr 26, 2020
Fix triangle bug for default and midnight theme
  • Loading branch information
benstrumeyer committed Apr 26, 2020
commit 953239396001ab1e8ae5d1afacc1b4271c85ca85
@@ -126,6 +126,6 @@ so that you can support switching between midnight theme and regular theme */
}
.line.default,
.line.midnight-theme {
fill: #124559;
stroke: #124559;
}
}
ProTip! Use n and p to navigate between commits in a pull request.