summaryrefslogtreecommitdiffstats
path: root/website/src/learning/style.css
blob: b7c6867f5657db4166e8622ba5f600823d1e5ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Local stylesheet. */

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

span.notes {
  display: block;
  font-size: 70%;
  color: #888;
}