summaryrefslogtreecommitdiff
path: root/style.scss
blob: f76ab100efb8c86c0664d09e920296f301da54c2 (plain)
1
2
3
4
5
6
7
8
9
body {
  background: #eee;
  ol {
    display: inline;
    li {
      display: inline;
    }
  }
}