Reset all of the headers because I don't like their styling in my sheet.
This commit is contained in:
parent
7be58e2a0e
commit
fe1cb7ac94
2 changed files with 12 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue