From b9019d48fc504ad0097e05f24b4cc19b0e35d98e Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 28 Nov 2025 21:55:20 +0100 Subject: [PATCH] refactor: Separate content loading logic into distinct effects for state reset and lazy loading, and update overlay text color variable. --- frontend/src/styles/documents/panel-sections.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/documents/panel-sections.css b/frontend/src/styles/documents/panel-sections.css index 0c09807..4dffbcf 100644 --- a/frontend/src/styles/documents/panel-sections.css +++ b/frontend/src/styles/documents/panel-sections.css @@ -3,7 +3,7 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - color: var(--on-accent); + color: var(--text-on-dark); background: var(--overlay-dark); padding: 0.5rem 1rem; border-radius: 999px;