Skip to content

Commit

Permalink
Create dark-reader.user.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoufik El Aoumari authored Dec 13, 2019
1 parent 126c50f commit f0dc427
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dark-reader.user.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* ==UserStyle==
@name Dark Reader
@namespace taoufix.com/stylus/20min-mots-fleches-tweeks
@version 1.0.0
@author taoufix
==/UserStyle== */
@-moz-document domain("mailchi.mp") {
html,
body,
* {
color: #eee !important;
background: none !important;
background-color: #111 !important;
background-image: none !important;
border: none !important;
box-shadow: none !important;
}

a {
text-decoration: underline !important;
}

}

0 comments on commit f0dc427

Please sign in to comment.