mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
14 lines
328 B
Text
14 lines
328 B
Text
.application.sheet.daggerheart.actor.dh-style {
|
|
.portrait img,
|
|
.profile {
|
|
width: 100%;
|
|
object-fit: cover;
|
|
object-position: top center;
|
|
}
|
|
|
|
.attribution-header-label {
|
|
font-style: italic;
|
|
font-family: @font-body;
|
|
color: light-dark(@chat-blue-bg, @beige-50);
|
|
}
|
|
}
|