Reset all of the headers because I don't like their styling in my sheet.

This commit is contained in:
Oliver-Akins 2023-11-26 01:39:31 -07:00
parent 7be58e2a0e
commit fe1cb7ac94
2 changed files with 12 additions and 1 deletions

View file

@ -16,6 +16,12 @@
background: $background;
}
h2, h3, h4, h5, h6 {
@include fvtt_reset;
font-family: $title-font;
margin: 0;
}
button, button:hover {
@include fvtt_reset;
font-family: inherit;