summaryrefslogtreecommitdiffstats
path: root/sass/styles.scss
blob: f9093ee44b18aaf63947fe6a670c2bbc43f355bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
    background: #322;
    color: #999;
}

img {
    max-width: 80%;
}

.page-content {
    margin-left: 5em;
    margin-right: 5em;
}
.figure {
    text-align: center;
}