Fix body background
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--bui-bg);
|
||||
}
|
||||
|
||||
/* Light theme tokens */
|
||||
:root {
|
||||
/* Font families */
|
||||
|
||||
Reference in New Issue
Block a user