Enhance CSS
All checks were successful
Release Creation / build (release) Successful in 54s

This commit is contained in:
2025-06-17 00:40:51 +02:00
parent eea83aa10e
commit fb5c408bbd
3 changed files with 23 additions and 13 deletions

View File

@@ -2444,6 +2444,9 @@ i.fvtt-hellborn {
justify-content: center;
align-items: center;
}
.item-to-chat ul .tarot-spacing {
margin-top: 0.5rem;
}
.item-to-chat ul li {
margin: 0 10px;
font-family: var(--font-primary);
@@ -2456,7 +2459,8 @@ i.fvtt-hellborn {
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1.2);
color: var(--color-dark-2);
margin-top: 5px;
margin-top: 0px;
align-items: center;
}
.flavor-text-damage .chat-damage-type {
font-weight: bold;
@@ -2466,11 +2470,12 @@ i.fvtt-hellborn {
margin-bottom: 0.5rem;
}
.flavor-text-damage h2 {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 4px;
text-align: center;
margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
font-family: var(--font-title);
font-size: calc(var(--font-size-standard) * 1.2);
font-size: calc(var(--font-size-standard) * 1.1);
color: var(--title-color);
}
.dice-roll {