Skip to content

Commit

Permalink
Beta Fix - issue with gamelog statblock coloring when in underdark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Azmoria committed Oct 24, 2024
1 parent e26d74e commit b9b5de5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion abovevtt.css
Original file line number Diff line number Diff line change
Expand Up @@ -7116,11 +7116,12 @@ button span.onedrive-btn-status{
}


.invalidExpression:before{
.chat-text-wrapper.sidebar-hover-text.invalidExpression:before{
content: attr(data-content);
display: block;
position: relative;
top: 0;
opacity: 1;
}

#conditions-flyout li{
Expand Down Expand Up @@ -10696,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 b9b5de5

Please sign in to comment.