Skip to content

Commit

Permalink
fix: transform bold diceroller text into normal one
Browse files Browse the repository at this point in the history
  • Loading branch information
silentjames committed Dec 18, 2024
1 parent 7b2690e commit b5c4b42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css-snippets/world-of-darkness-statblocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -2225,6 +2225,12 @@ body:has(.vtm-v20-vampire, .vtm-v20-vampire-en, .vtm-v20-vampire-dark-ages, .vtm
display: none;
}

/* Превращаем жирный текст дайсроллера в обычный */
/* Transform bold diceroller text into normal one */
.dice-roller:not(.has-embed) span {
font-weight: inherit
}

/* Настройки верхнего и нижнего бара */
/* Settings for top and bottom bar */
:is(.vtm-v20-vampire-dark-ages, .vtm-v20-vampire-dark-ages-en) .bar {
Expand Down

0 comments on commit b5c4b42

Please sign in to comment.