Also style h2 in styled.html

This commit is contained in:
Florian Bruhin 2018-09-18 08:40:20 +02:00
parent f2e91cc82e
commit 5218d35385

View File

@ -24,6 +24,10 @@ h1 {
font-weight: normal;
}
h2 {
font-weight: normal;
}
table {
border-collapse: collapse;
width: 100%;