From a90a9881b57facc44d6138c465a5ee7ff465768b Mon Sep 17 00:00:00 2001 From: MickaelK Date: Thu, 28 Aug 2025 10:48:36 +1000 Subject: [PATCH] chore (maintenance): plg_application_docxjs css --- server/plugin/plg_application_docxjs/loader_docx.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/plugin/plg_application_docxjs/loader_docx.css b/server/plugin/plg_application_docxjs/loader_docx.css index 7cf990ce..8dfc95a2 100644 --- a/server/plugin/plg_application_docxjs/loader_docx.css +++ b/server/plugin/plg_application_docxjs/loader_docx.css @@ -3,7 +3,7 @@ } .component_docx .docx-wrapper { - background: #f5f5f5; + background: var(--surface); } .component_docx .docx-wrapper > section.docx { box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);