From f1d685dd4545eeda4800e3a3ef1fe17edff907f4 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Sat, 13 Jun 2026 10:58:53 +0100 Subject: [PATCH] Remove body styling --- src/main/webapp/css/jenkins-style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/webapp/css/jenkins-style.css b/src/main/webapp/css/jenkins-style.css index 7c6b2e5..a7f36b7 100644 --- a/src/main/webapp/css/jenkins-style.css +++ b/src/main/webapp/css/jenkins-style.css @@ -26,11 +26,6 @@ --bs-modal-bg: var(--background); } -body { - background-color: var(--background); - color: var(--text-color); -} - .table { color: inherit; }