From 45a1076d181bfc7e581882f8b819c453df3a3a61 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 21 Dec 2023 16:39:26 -0500 Subject: [PATCH] Style descriptive plain lists. --- default_environment/stylesheet/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default_environment/stylesheet/main.css b/default_environment/stylesheet/main.css index b1944f1..3e5e904 100644 --- a/default_environment/stylesheet/main.css +++ b/default_environment/stylesheet/main.css @@ -116,7 +116,14 @@ body { } &.descriptive { + font-size: 1rem; + > dt { + font-weight: 600; + } + > dd { + padding-left: 2.5rem; + } } }