Skip to content

Commit

Permalink
Fix fieldset style
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jul 19, 2024
1 parent 3f50ab9 commit d14cba8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ fieldset {
padding: 0 1em;

legend {
color: $accent;
font-size: $small-font-size;
padding: 0 0.5em;
}
}
Expand Down Expand Up @@ -150,6 +152,8 @@ h2, h3, h4, h5, h5 {
padding-top: 0;

legend {
color: $foreground;
font-size: initial;
font-weight: bold;
padding: 0.5em;
}
Expand Down Expand Up @@ -310,13 +314,6 @@ h2, h3, h4, h5, h5 {
counter-increment: item;
content: "(" counter(item, lower-alpha) ")";
}

fieldset {
legend {
color: $accent;
font-size: 14px;
}
}
}
}

Expand Down

0 comments on commit d14cba8

Please sign in to comment.