summaryrefslogtreecommitdiff
path: root/docs/assets/extra.css
blob: bc120d7e9f769142d07fec0d4718d334af69d5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.codehilite {
    background-color: hsla(0,0%,92.5%,.5);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.codehilite pre {
    background-color: transparent;
    padding: .525rem .6rem;
}

@media only screen and (min-width: 76.25em) {
    .md-main__inner {
      max-width: none;
    }
    .md-sidebar--primary {
      left: 0;
    }
    .md-sidebar--secondary {
      right: 0;
      margin-left: 0;
      -webkit-transform: none;
      transform: none;   
    }
  }