blob: c2159e670a26f5df59516e6118cd922c84225472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
body {
font-family: sans-serif;
}
a {
text-decoration: none;
}
th {
position: sticky;
top: 0;
background: gainsboro;
}
td:first-of-type { text-align: center; }
.status-voting { background: #baf; }
.status-proposed { background: #eef; }
.status-approved { background: #dfd; }
.status-rejected { background: #fbb; }
|