aboutsummaryrefslogtreecommitdiff
path: root/styles.css
blob: a63efc9dfdf1f611b7a0f1082b5d9ec800b8458d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@font-face {
  font-family: "STIXTwoMath";
  src: url("STIXTwoMath-Regular.otf");
}

math {
  font-family: "STIXTwoMath";
}

code.hljs {
  padding: 2px;
  border-radius: 2px;
}

pre code.hljs {
  padding: 0.5em;
  border-radius: 0.5em;
}

pre.code-block {
  margin: 0.5em 0;
}