summaryrefslogtreecommitdiff
path: root/_sass/_utility.scss
blob: 6c0c79641ad2df14c15fba9ecec89a5692837295 (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
26
27
28
29
30
31
.hilite {
  background-color: $highlight;
}

.center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.sans {
  font-family: $sans;
}

.monospace {
  font-family: $monospace;
}

.light-gray {
  color: $light-gray;
}

.compressed-list li {
  margin: 0;
}