Jul 1, 2022 7:04 pm
A minor change that (to me) makes the abilities look a bit slicker. No problem if this doesn't get picked up, just figured I'd suggest it.
Here's the CSS I used:
.ddCollection .ability .notes {
border: none;
background-color: #eee; /* For dark mode something like #444 */
margin-left: 17px;
}
Possible addition: a little bit more padding. Maybe 6 or 8px?
Here's the CSS I used:
.ddCollection .ability .notes {
border: none;
background-color: #eee; /* For dark mode something like #444 */
margin-left: 17px;
}
Possible addition: a little bit more padding. Maybe 6 or 8px?
Last edited July 1, 2022 7:57 pm