1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

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 50ef2bacb0
commit 3e150983c3

View file

@ -36,26 +36,6 @@ html, body {
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 {
cursor: pointer;
}