From 51bcd94031885f0f469f24b7b7a9feaf7575ee4f 2019-11-01 19:32:52 From: Brett Smith Date: 2019-11-01 19:32:52 Subject: [PATCH] css: Remove strong rule (to make it actually bold?). --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 4847a4d39cf49b76a54e98c62c1dcb2376ab1a21..a19ee53699cfdd4a9fbe0fef3b359490a666ac0b 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -21,11 +21,6 @@ body { font-weight: 300; } -// Not overridable in bootstrap at the moment. -strong { - font-weight: 500; -} - section { padding: 20px 0px; }