summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/static/style.css
blob: 163cd951937b5cfa22f96009b7b7c8a7948fc938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
  background: #e8eff0;
  font-family: "Helvetica";
  font-size: large;
}
a {
  color: #11557c;
}
h1,
h2,
h3 {
  color: #11557c;
}