Remove explicit background color to inherit WHM's background

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-04 05:32:07 +02:00
parent bc0aa1de11
commit 5a8470b3f5

View File

@@ -630,7 +630,7 @@ sub page_header {
# (background, color, overflow, scrollbar) don't leak into WHM.
$css = _scope_to_container($css);
return qq{<style>$css</style>\n}
. qq{<div data-theme="gniza" class="font-sans text-[2.3rem] bg-[#fafafa]">\n}
. qq{<div data-theme="gniza" class="font-sans text-[2.3rem]">\n}
. qq{<h1 class="text-xl font-bold mb-4">$title</h1>\n};
}