blob: 6a6e292d320ae25748842fa3d4c342fcacdd60ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.overview {
padding: 1.5rem;
}
.overview h2 {
margin: 0.5rem 0 1rem 0;
}
.overview .tableObject th, .overview .tableTuples th {
color: #ddd;
}
.overview .tableObject td {
color: #eee;
}
|