diff --git a/Aaru.Server/wwwroot/app.css b/Aaru.Server/wwwroot/app.css index d4c8a4a0..92055c1f 100644 --- a/Aaru.Server/wwwroot/app.css +++ b/Aaru.Server/wwwroot/app.css @@ -698,7 +698,7 @@ kbd { vertical-align: middle; } -.table { +.table:not(th) { color: #DEDEDE; } @@ -777,4 +777,13 @@ kbd { canvas { height: 800px !important; +} + +.table-dark th { + color: white !important; + background-color: #333333 !important; +} + +.table-responsive { + scrollbar-color: #888888 #333333; } \ No newline at end of file