theme fieldset/legend

This commit is contained in:
Geoff Doty 2024-01-17 20:31:36 -05:00
parent 169caa6b72
commit 026e95079e
1 changed files with 8 additions and 6 deletions

View File

@ -87,17 +87,19 @@ th,td {
table.condensed * {padding:0} table.condensed * {padding:0}
fieldset {border: none;padding: 0;} fieldset {background: #FFF;padding: 1rem;border: 1px solid var(--theme)}
legend { legend {
font-size: larger; font-size: larger;
font-weight: 600;
color: var(--theme);
background: var(--bg);
display: block; display: block;
width: 100%; width: fit-content;
padding: 0; padding: .25rem .5rem;
margin-bottom: 1rem; margin: 0;
line-height: inherit; line-height: inherit;
border: 0; border: 1px solid var(--theme);
border-bottom: 1px solid var(--theme);
} }
blockquote { blockquote {