From 2e707af0bb81a869d564dc56b52032efe4865356 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Tue, 9 Feb 2021 12:33:18 +0100 Subject: [PATCH] style tweak --- style/shiny/base.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style/shiny/base.css b/style/shiny/base.css index 50e342d..f4129f8 100644 --- a/style/shiny/base.css +++ b/style/shiny/base.css @@ -189,9 +189,11 @@ dd + dt { } .btw { - font-size: 75%; - font-style: italic; - font-weight: 400; + font-size: 80%; + font-weight: 700; +} + +dt .btw { margin-left: 1em; }