Normalize input styles

This commit is contained in:
alistair3149 2020-06-30 16:08:24 -04:00
parent d7c92fd568
commit 1706b45211
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -53,7 +53,6 @@ code,
.mw-code {
color: @base-0;
background-color: @base-90;
border: 1px solid @base-80;
}
code {
@ -68,7 +67,6 @@ pre,
}
fieldset {
border: 1px solid @base-80;
color: @base-30;
margin: @content-margin-top 0;
padding: @content-margin-top / 2 @margin-side;
@ -84,6 +82,13 @@ legend {
padding: 4px;
}
input,
pre,
code,
fieldset {
border: 1px solid @base-80;
}
textarea {
width: 100%;
}