From 51bcd94031885f0f469f24b7b7a9feaf7575ee4f Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 1 Nov 2019 15:32:52 -0400 Subject: [PATCH] css: Remove strong rule (to make it actually bold?). --- static/scss/custom.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 4847a4d..a19ee53 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; }