summaryrefslogtreecommitdiff
path: root/static/pool.css
blob: 98fde497201757c71c9f9de8940b681714073dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body { background: #fff; color: #fff}

td {
  background:#eee;
  color: #000;
  padding: 2em;
  font-weight: bold;
  font-size: 1.2em;
  text-align:center;
}

td:hover {
  background: #fff
}