Skip to content

Commit

Permalink
feat(interface): 💄 change colour of advanced headings
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 17, 2022
1 parent f2b5018 commit c17c583
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/style/_options.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ html#options {
}
}


h1,
h2,
h3,
h4 {
&.advanced-options {
color: configuration.$accent-complement;
}
}

label+.button,
div>.button {
margin-top: calc(2 * configuration.$margin);
Expand Down

0 comments on commit c17c583

Please sign in to comment.