fieldset styles

This commit is contained in:
alistair3149 2019-12-10 15:32:34 -05:00
parent ca632d9235
commit 41ae4293b7
2 changed files with 25 additions and 1 deletions

View file

@ -89,6 +89,25 @@ cite {
font-style: inherit; font-style: inherit;
} }
fieldset {
border: 1px solid @base-80;
color: @base-30;
font-size: @content-monospace-size;
margin: @content-margin-top 0;
padding: @content-margin-top / 2 @margin-side;
}
fieldset>table {
margin-top: 0 !important;
}
legend {
font-weight: bold;
color: @base-20;
margin: 0 -@margin-side / 2;
padding: @margin-side / 2;
}
textarea { textarea {
width: 100%; width: 100%;
} }

View file

@ -35,7 +35,12 @@
} }
fieldset { fieldset {
border: 1px solid @dark-bg-20; color: @dark-text-90;
border-color: @dark-bg-20;
}
legend {
color: @dark-text-100;
} }
a, a,