diff --git a/Userland/Services/WebContent/PageHost.cpp b/Userland/Services/WebContent/PageHost.cpp index c962f99e82..b5d22f0418 100644 --- a/Userland/Services/WebContent/PageHost.cpp +++ b/Userland/Services/WebContent/PageHost.cpp @@ -84,7 +84,7 @@ void PageHost::paint(const Gfx::IntRect& content_rect, Gfx::Bitmap& target) auto* layout_root = this->layout_root(); if (!layout_root) { - painter.fill_rect(bitmap_rect, Color::White); + painter.fill_rect(bitmap_rect, palette().base()); return; }