mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Merge branch 'development' of https://github.com/Foundryborne/daggerheart into feature/party-sheet
This commit is contained in:
commit
1a0c6f46bc
648 changed files with 7471 additions and 3950 deletions
|
|
@ -54,6 +54,7 @@
|
|||
@dark: #222;
|
||||
@dark-15: #22222215;
|
||||
@dark-40: #22222240;
|
||||
@dark-80: #22222280;
|
||||
@dark-filter: brightness(0) saturate(100%);
|
||||
|
||||
@deep-black: #0e0d15;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
align-items: center;
|
||||
|
||||
h3 {
|
||||
font-size: 20px;
|
||||
font-size: var(--font-size-20);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
h4 {
|
||||
font-family: @font-body;
|
||||
font-size: 14px;
|
||||
font-size: var(--font-size-14);
|
||||
border: none;
|
||||
font-weight: 700;
|
||||
margin: 0;
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
h5 {
|
||||
font-family: @font-body;
|
||||
font-size: 14px;
|
||||
font-size: var(--font-size-14);
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue