Remove deprecated header style overrides so BBUI styles are correctly used instead

This commit is contained in:
Andrew Kingston 2020-11-02 08:54:53 +00:00
parent d4fe058804
commit e68a5b83f5
1 changed files with 0 additions and 20 deletions

View File

@ -36,26 +36,6 @@ html, body {
overflow-y: hidden; overflow-y: hidden;
} }
h1 {
font-size: 36pt;
}
h2 {
font-size: 30pt;
}
h3 {
font-size: 24pt;
}
h4 {
font-size: 18pt;
}
h5 {
font-size: 14pt;
}
.hoverable:hover { .hoverable:hover {
cursor: pointer; cursor: pointer;
} }