Files
roll20-character-sheets/Jackals/jackals.css
T

34 lines
503 B
CSS

div.sheet-colorfield {
background-color: #f5edc4;
color: black;
}
h1.sheet-title {
color: black;
font-weight: bold;
font-size: 50px;
}
div.sheet-heading {
background-color: #d1c89b;
}
.sheet-rightalign {
text-align: right;
}
.sheet-header {
font-weight: bold;
}
.sheet-rolltemplate-default caption {
background-color: #d1c89b;
color: black;
}
.sheet-rolltemplate-default table {
background-color: #f5edc4;
border-color: #d1c89b;
color: black;
}