aboutsummaryrefslogblamecommitdiffstats
path: root/stylus/realpython_wide.css
blob: a94d573894c063c05f8a11a86bc64adc44549f44 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                 
@-moz-document domain("realpython.com") {
  div.container:nth-child(2) {
    max-width: 90%;
    width: 90%;
  }

  img {
    filter: sepia(1) brightness(0.7) contrast(0.9) saturate(0.9);
  }

  img:hover {
    filter: none;
    filter: sepia(0);
  }
}