forked from GitHub-Mirrors/foundry-sw5e
Integrate changes from the Prof
Received as-is changes from the Prof.
This commit is contained in:
parent
cacc43740e
commit
b3344ba8b9
19 changed files with 490 additions and 30 deletions
|
@ -781,3 +781,14 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.notes section > input {
|
|||
body.light-theme .sw5e.sheet.actor.npc .swalt-sheet header .experience {
|
||||
color: #4f4f4f;
|
||||
}
|
||||
body.light-theme .sw5e.sheet.actor .swalt-sheet .panel.resources .traits .fuel-wrapper .fuel-label {
|
||||
background: #D6D6D6;
|
||||
color: #1C1C1C;
|
||||
border: 1px solid #1C1C1C;
|
||||
}
|
||||
body.light-theme .sw5e.sheet.actor .swalt-sheet .panel.resources .traits .fuel-wrapper .fuel {
|
||||
background: #c40f0f;
|
||||
}
|
||||
body.light-theme .sw5e.sheet.actor .swalt-sheet .panel.resources .traits .fuel-wrapper .fuel .fuel-bar {
|
||||
background: #0dce0d;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue