diff --git a/public/css/style.css b/public/css/style.css index 8ec8798..8533a95 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -93,6 +93,10 @@ background: rgba(0, 0, 0, 0.02); } +:root.light-theme .pagination-footer { + background: rgba(255, 255, 255, 0.6); +} + :root.light-theme .server-table th { background: rgba(0, 0, 0, 0.03); }