Begin working on a scoped CSS solution that uses a common design language across all sheets, and *just* does sheet-specific layout tasks
This commit is contained in:
parent
5c5a1a8b56
commit
eadaa53c75
32 changed files with 314 additions and 35 deletions
7
styles/v3/elements/headers.scss
Normal file
7
styles/v3/elements/headers.scss
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.dotdungeon.style-v3 > .window-content {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
border: none;
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue