diff --git a/style/shiny/base.css b/style/shiny/base.css index d07c4c2..da53133 100644 --- a/style/shiny/base.css +++ b/style/shiny/base.css @@ -284,6 +284,14 @@ del { } } +hr { + height: 2px; + width: 75%; + border: none; + background: var(--text-col); + margin: 1em auto; +} + @media (pointer: coarse) { .buttonbar {