summaryrefslogtreecommitdiff
path: root/stylesheets/simple.css
blob: 88902a8fe104263edcfa1207a717dc9832e75448 (plain)
1
2
3
4
5
6
7
8
9
html {
    color-scheme: light dark;
}

body {    
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}