diff --git a/Scrubby.Web/wwwroot/css/file.css b/Scrubby.Web/wwwroot/css/file.css index 99df122..282e851 100644 --- a/Scrubby.Web/wwwroot/css/file.css +++ b/Scrubby.Web/wwwroot/css/file.css @@ -26,6 +26,10 @@ table.logmessage-table > tbody > tr > td { /* Log Line Colors */ +table:not(.table-striped) > tbody > tr.logmessage > td { + background-color: transparent; +} + table:not(.table-striped) > tbody > tr.logmessage-game { background-color: #e2ffd6; }