OILS / web / shell-vs-shell.css View on Github | oilshell.org

11 lines, 9 significant
1body {
2 font-size: large;
3}
4
5table {
6 width: 100%
7}
8
9thead {
10 font-weight: bold;
11}