Last active
October 9, 2024 18:29
-
-
Save mgeraci/29253febe6e4ac2ff56b430885a1062e to your computer and use it in GitHub Desktop.
NYTimes Mobile Dark Mode Tweaks (on top of Hyperweb)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /***************************************/ | |
| /* 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