aboutsummaryrefslogblamecommitdiffstats
path: root/stylus/scribe_rip.css
blob: d2b6c73f538d9207355a41319ff4caab68bac09c (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                               
@-moz-document domain("scribe.rip") {
  img {
    filter: sepia(1) brightness(0.5) contrast(1) saturate(0.6);
  }

  img:hover {
    filter: none;
  }
}