summaryrefslogtreecommitdiff
path: root/wiki/css
blob: e4f5cf033b90c11a428894993722c464d5636467 (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
h1 {
  background-color: #bbffff;
}

h2 {
  background-color: #ddffff;
}


table {
  border-collapse: collapse;
  border: solid 1px gray;
  background-color: #fff2d9;
}

table th {
  background-color: #ffdd99;
  border: solid 1px gray;
}

table td {
  border: solid 1px gray;
}

pre {
  background-color: #e5ffe5;
  border: solid 1px gray;
}