Skip to content

Commit

Permalink
Merge pull request #2593 from Azmoria/Beta-Fix---issue-with-gamelog-s…
Browse files Browse the repository at this point in the history
…tatblock-coloring-when-in-underdark-mode

Beta Fix - issue with gamelog statblock coloring when in underdark mode
  • Loading branch information
Azmoria authored Oct 24, 2024
2 parents 83f6550 + b9b5de5 commit 4b5ff13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions abovevtt.css
Original file line number Diff line number Diff line change
Expand Up @@ -10697,6 +10697,13 @@ div#playlistFields {
.glc-game-log .stat-block .stats>table{
margin:0px;
}
.glc-game-log .stat-block{
color: var(--theme-contrast);
}
.ct-sidebar .glc-game-log .stat-block .stats table tbody button.avtt-roll-button,
.ct-sidebar .glc-game-log .stat-block .stats table tbody tr:hover button.avtt-roll-button{
background-color: #fff;
}
.stat-block .stats+p {
margin-top: 10px
}
Expand Down

0 comments on commit 4b5ff13

Please sign in to comment.