From df4c8fa8fe0ff878cce69998f68c52c54bc455bb Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Sat, 4 Jan 2025 12:57:33 -0800 Subject: [PATCH] _sass: Use 'bold' weight for main-content dt --- _sass/custom/custom.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index ff66afca..c522515c 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -35,7 +35,7 @@ summary { } dt { - font-weight: 700; + font-weight: bold; text-align: start; &::after { @@ -44,8 +44,6 @@ summary { } dd { - font-weight: normal; - + dt { margin-top: 1em; }