diff --git a/style/shiny/base.css b/style/shiny/base.css index 96ae7f9..01988cf 100644 --- a/style/shiny/base.css +++ b/style/shiny/base.css @@ -163,6 +163,23 @@ summary:focus-within { color: var(--focus-text); } +dt { + font-size: 120%; +} +dd { + margin-left: 0; +} +dd + dt { + margin-top: 0.5em; +} + +.btw { + font-size: 75%; + font-style: italic; + font-weight: 400; + margin-left: 1em; +} + @media (prefers-color-scheme: dark) { :root { diff --git a/style/shiny/single.css b/style/shiny/single.css index 8fd0d03..34c70d0 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -117,7 +117,7 @@ body { margin-left: 0.8em; } -#info h2, #info ul, #info p { +#info h2, #info ul, #info p, #info dl { margin: 0.35em; }