css: Remove Bootstrap strong/em reset.

These roughly match the user-agent stylesheet; some browsers do
`font-weight: bolder` instead for strong, but the difference shouldn't
be important for us.
This commit is contained in:
Tim Abbott 2022-11-20 17:50:28 -08:00
parent 0ebcdf6838
commit 3619fb2c29
1 changed files with 0 additions and 6 deletions

View File

@ -207,12 +207,6 @@ p {
small {
font-size: 85%;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
cite {
font-style: normal;
}