Add overflow and stun damage tracks and include it functionality.
This commit is contained in:
parent
05a0feab52
commit
f600faf50e
6 changed files with 258 additions and 45 deletions
12
main.css
12
main.css
|
@ -2,6 +2,11 @@
|
|||
|
||||
@import-glob "components/*.css";
|
||||
|
||||
:root{
|
||||
--mainBackgroundColor: #550000;
|
||||
--mainTextColor: #aaaaee;
|
||||
}
|
||||
|
||||
.sheetform {
|
||||
padding: 0;
|
||||
background-color: #0b0b0b !important;
|
||||
|
@ -28,7 +33,7 @@
|
|||
padding: 0px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
/*color: white;*/
|
||||
/* color: var(--mainTextColor); Forget setting color here, it will be overwritten by the theme */
|
||||
padding: 2px;
|
||||
|
||||
&[type=roll] {
|
||||
|
@ -50,6 +55,11 @@
|
|||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
&[type=action].interact-button {
|
||||
padding: 2px 8px;
|
||||
color: var(--mainTextColor);
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue