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}
fieldset {border: none;padding: 0;}
fieldset {background: #FFF;padding: 1rem;border: 1px solid var(--theme)}
legend {
font-size: larger;
font-weight: 600;
color: var(--theme);
background: var(--bg);
display: block;
width: 100%;
padding: 0;
margin-bottom: 1rem;
width: fit-content;
padding: .25rem .5rem;
margin: 0;
line-height: inherit;
border: 0;
border-bottom: 1px solid var(--theme);
border: 1px solid var(--theme);
}
blockquote {