blob: de9d779ca6672476944fe2ca99d1465b6a1495fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* style rubric in furo (too small IMO) */
p.rubric {
font-size: 1.2rem;
font-weight: bold;
}
/* override a silly default */
table.align-default td,
table.align-default th {
text-align: left;
}
|