summaryrefslogtreecommitdiff
path: root/assets/main.scss
blob: 76f78cb44b003a66202f17d9b43e7077a8f71457 (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
---
# Only the main Sass file needs front matter (the dashes are enough)
---

@import "minima";

code {
  white-space: nowrap;
}

tfoot td {
  font-style: italic;
}

div.pagetrail {
  margin-bottom: 2ex;
}

div.pagetrail a {
  font-weight: bold;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 0.25em;
}

div.pagetrail a.current_pagelink {
  font-weight: unset;
  background: $brand-color;
  color: white;
}