summaryrefslogtreecommitdiff
path: root/static/main.css
blob: abfa185bdc6f77ca1f6dd8828efb04ca3938141b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// CSS file for systemhttpd
h1 { color: red; }
body {
    font-family: "Arial";
    font-size: 1em;
}
table, th, td, tr {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
th {
    text-align: left;
    background: lightgray;
}
tr:nth-child(odd) {
    background: #eee;
}