Align legend styles with wikitable

This commit is contained in:
alistair3149 2020-06-30 16:41:18 -04:00
parent 0d284eb7e2
commit 80dc7e4ad9
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 14 additions and 4 deletions

View file

@ -71,7 +71,7 @@ fieldset > table {
}
legend {
color: @base-20;
color: @base-30;
margin: 0;
padding: 4px;
}
@ -294,7 +294,7 @@ figcaption,
}
legend {
color: @dark-text-100;
color: @dark-text-80;
}
a,

View file

@ -15,9 +15,15 @@
.rcoptions {
margin: @content-margin-top * 2 0;
padding: 0;
border: 0;
legend {
padding: 0;
margin-bottom: @margin-side / 2;
padding: @margin-side / 2 0;
width: 100%;
border-bottom: 1px solid @base-80;
font-size: @content-small-text-size;
}
// Needed additional parent to override
@ -51,6 +57,10 @@
.rcoptions {
color: @dark-text-90;
legend {
border-color: @dark-bg-20;
}
.mw-changeslist-legend {
border-color: @dark-bg-20;
}
@ -58,7 +68,7 @@
.mw-changeslist {
h4 {
color: @dark-text-60 !important;
color: @dark-text-80 !important;
border-color: @dark-bg-20;
}