fix(page): Use theme variables for page styling, make pagecontainer background theme-aware, and use accent background for footer separator

This commit is contained in:
2025-12-11 02:38:18 +00:00
parent 3be8de28c6
commit 0e30684c2f
6 changed files with 19 additions and 18 deletions

View File

@@ -50,7 +50,7 @@ export class DePageContainer extends DeesElement {
position: relative;
border-radius: 3px;
overflow: hidden;
background: #ffffff;
background: var(--text-bg-color, #ffffff);
}
`,
];