Finish the primary design of the item tab, still awaiting an equipped toggle
This commit is contained in:
parent
704ff4672a
commit
2b0fbdfa8b
6 changed files with 60 additions and 14 deletions
|
|
@ -1,5 +1,14 @@
|
|||
.taf > .window-content {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: var(--font-body);
|
||||
color: currentColor;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1 { font-size: 1.25rem; }
|
||||
h2 { font-size: 1.20rem; }
|
||||
h3 { font-size: 1.15rem; }
|
||||
h4 { font-size: 1.1rem; }
|
||||
h5 { font-size: 1.1rem; }
|
||||
h6 { font-size: 1.1rem; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue