From bb89c13dbcbe4ef7dbb622b7dd36278b5c187429 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 29 May 2024 15:55:20 -0500 Subject: [PATCH] Make lead normal weight. --- scss/bootstrap/_variables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/bootstrap/_variables.scss b/scss/bootstrap/_variables.scss index 880bd81..667d6cb 100644 --- a/scss/bootstrap/_variables.scss +++ b/scss/bootstrap/_variables.scss @@ -61,6 +61,8 @@ $h6-font-size: $font-size-base !default; $headings-font-weight: bold !default; // Make headings bold +$lead-font-weight: normal; + // Tables $table-hover-bg-factor: .03 !default;