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
Next
Update comments and text from midnight -> dark blue
  • Loading branch information
benstrumeyer committed Apr 23, 2020
commit c1ed9f8eefac3a5d634fe88368a846a2586b06cf
@@ -1588,7 +1588,7 @@
}
},
"hub_supporter_perk_themes_description": {
"message": "Customize the Ghostery colors - try our Midnight theme!"
"message": "Customize the Ghostery colors - try our Dark Blue theme!"
},
"hub_supporter_perk_stats_description": {
"message": "View your blocking statistics and see how Ghostery is working for you"
@@ -1603,7 +1603,7 @@
"message": "We strive to deliver the best privacy protection services to our users free of cost. While we do not charge for our privacy suite, you may choose to support us through a small monthly subscription. Join us in our mission by upgrading to Ghostery Plus - and unlock cool perks along the way!"
},
"hub_supporter_feature_theme_description": {
"message": "Customize the Ghostery colors for a new visual experience! Introduced through popular request. Check out our special Midnight theme, and more to come."
"message": "Customize the Ghostery colors for a new visual experience! Introduced through popular request. Check out our special Dark Blue theme, and more to come."
},
"hub_supporter_feature_stats_description": {
"message": "View historical blocking results with graphs and statistics to reveal trends and learn how Ghostery has affected your browsing."
@@ -1,5 +1,5 @@
/* NOTE: will need to use color variables in CSS rather than D3 code accessors
so that you can support switching between midnight theme and regular theme */
so that you can support switching between dark blue theme and regular theme */

// Function helper with color variables
@function _url-friendly-color($color) {
ProTip! Use n and p to navigate between commits in a pull request.