Skip to content

Instantly share code, notes, and snippets.

@mgeraci
Last active October 9, 2024 18:29
Show Gist options
  • Select an option

  • Save mgeraci/29253febe6e4ac2ff56b430885a1062e to your computer and use it in GitHub Desktop.

Select an option

Save mgeraci/29253febe6e4ac2ff56b430885a1062e to your computer and use it in GitHub Desktop.
NYTimes Mobile Dark Mode Tweaks (on top of Hyperweb)
/***************************************/
/* NYTimes Mobile Dark Mode Overwrites */
/***************************************/
@-moz-document domain('nytimes.com') {
body {
background: red !important;
}
/* top logo color */
[data-testid="masthead-mobile-logo"] svg path { fill: #fff !important; }
/* bottom tab bar */
.css-n9chh6 { display: none !important; }
/* article share button */
.css-63po2f { display: none !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment