From b9b5de542ab7bd24b66a33e827f528b3746fd289 Mon Sep 17 00:00:00 2001 From: Azmoria <65363489+Azmoria@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:36:38 -0400 Subject: [PATCH] Beta Fix - issue with gamelog statblock coloring when in underdark mode --- abovevtt.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/abovevtt.css b/abovevtt.css index 93e79702e..a90888450 100644 --- a/abovevtt.css +++ b/abovevtt.css @@ -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{ @@ -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 }