Fix body background

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-10-08 17:22:17 +01:00
parent 69729c759f
commit c396392c5c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -9098,6 +9098,10 @@
}
}
body {
background-color: var(--bui-bg);
}
:root {
--bui-font-regular: system-ui;
--bui-font-monospace: ui-monospace, "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
+4
View File
@@ -30,6 +30,10 @@
}
}
body {
background-color: var(--bui-bg);
}
/* Light theme tokens */
:root {
/* Font families */