css: Remove strong rule (to make it actually bold?).

This commit is contained in:
Brett Smith 2019-11-01 15:32:52 -04:00
parent 2f2ec06559
commit 51bcd94031

View file

@ -21,11 +21,6 @@ body {
font-weight: 300;
}
// Not overridable in bootstrap at the moment.
strong {
font-weight: 500;
}
section {
padding: 20px 0px;
}