Spaces:
Running
Running
thibaud frere
commited on
Commit
·
e7e3a96
1
Parent(s):
0268a3e
remove footer
Browse files
app/public/scripts/color-palettes.js
CHANGED
|
@@ -198,7 +198,6 @@
|
|
| 198 |
updatePalettes();
|
| 199 |
const mo = new MutationObserver(() => updatePalettes());
|
| 200 |
mo.observe(MODE.cssRoot, { attributes: true, attributeFilter: ['style', 'data-theme'] });
|
| 201 |
-
setInterval(updatePalettes, 400);
|
| 202 |
window.ColorPalettes = {
|
| 203 |
refresh: updatePalettes,
|
| 204 |
getColors: (key) => {
|
|
|
|
| 198 |
updatePalettes();
|
| 199 |
const mo = new MutationObserver(() => updatePalettes());
|
| 200 |
mo.observe(MODE.cssRoot, { attributes: true, attributeFilter: ['style', 'data-theme'] });
|
|
|
|
| 201 |
window.ColorPalettes = {
|
| 202 |
refresh: updatePalettes,
|
| 203 |
getColors: (key) => {
|
app/src/styles/global.css
CHANGED
|
@@ -24,4 +24,12 @@
|
|
| 24 |
.mermaid {
|
| 25 |
background: none!important;
|
| 26 |
margin-bottom: var(--block-spacing-y) !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
}
|
|
|
|
| 24 |
.mermaid {
|
| 25 |
background: none!important;
|
| 26 |
margin-bottom: var(--block-spacing-y) !important;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
.footer {
|
| 30 |
+
display: none;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.content-grid {
|
| 34 |
+
margin-bottom: 60px!important;
|
| 35 |
}
|