Skip to content

Commit

Permalink
Create test.user.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe authored Nov 12, 2019
1 parent 7e1817e commit 45ad7ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test.user.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* ==UserStyle==
@name Example UserCSS style
@description I took this from https://github.com/openstyles/stylus/wiki/UserCSS-authors
@namespace github.com/openstyles/stylus
@version 1.0.0
@license unlicense
==/UserStyle== */

@-moz-document domain("example.com") {
a {
color: red;
}
}

0 comments on commit 45ad7ec

Please sign in to comment.