Switch to unified view

a b/vignettes/include/site.css
1
.html-widget {
2
  margin-bottom: 1em;
3
}
4
h1 .header-section-number::after {
5
  content: ".";
6
}
7
th {
8
    background-color: #336699;
9
    color: white;
10
}
11
tr:nth-child(even) {background-color: #f2f2f2;}
12
table td {
13
    padding: 3px 10px;
14
    border-top: none;
15
    border-left: none;
16
    border-bottom: none;
17
    border-right: none;
18
}