Skip to content

Commit 0eae49f

Browse files
committed
Fix view overall statistics in dark mode
1 parent a93d331 commit 0eae49f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/style/webact.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,4 +563,8 @@ input[type='checkbox'] {
563563

564564
.night-mode .summary-title {
565565
color: #000000 !important;
566+
}
567+
568+
.night-mode .value-block{
569+
color: #ffffff !important;
566570
}

0 commit comments

Comments
 (0)