Skip to content

Commit

Permalink
Create strands.user.css
Browse files Browse the repository at this point in the history
  • Loading branch information
taoufix authored Mar 22, 2024
1 parent a451f70 commit 591d507
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions strands.user.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* ==UserStyle==
@name Strands Tweaks
@namespace https://github.com/taoufix/user-styles/strands
@version 1.0.0
@description Lower case letters
@author taoufix
==/UserStyle== */

@-moz-document url-prefix("https://www.nytimes.com/games/strands") {
body {
background-color: black;
color: #777;
--blue: #339;
--darkreader-inline-color: #070 !important;
}

button {
color: #999;
}
}

0 comments on commit 591d507

Please sign in to comment.