Improve the styling for the actor sheet a bit

This commit is contained in:
Oliver-Akins 2025-07-02 22:48:49 -06:00
parent 57cb54d5e5
commit f9040a29a2
2 changed files with 10 additions and 0 deletions

View file

@ -4,4 +4,9 @@
.editor-content {
padding: 0 8px 8px;
}
.tableWrapper th,
.tableWrapper td {
border-color: rebeccapurple;
}
}