Kieran Fraser
commited on
Commit
·
66dcc0e
1
Parent(s):
bfddcf6
remove css loader bar
Browse filesSigned-off-by: Kieran Fraser <[email protected]>
app.py
CHANGED
@@ -38,9 +38,6 @@ css = """
|
|
38 |
--prose-text-size: var(--text-md);
|
39 |
--section-header-text-size: var(--text-md);
|
40 |
}
|
41 |
-
.eta-bar.svelte-1occ011.svelte-1occ011 {
|
42 |
-
background: #ccccff !important;
|
43 |
-
}
|
44 |
.center-text { text-align: center !important }
|
45 |
.larger-gap { gap: 100px !important; }
|
46 |
.symbols { text-align: center !important; margin: auto !important; }
|
|
|
38 |
--prose-text-size: var(--text-md);
|
39 |
--section-header-text-size: var(--text-md);
|
40 |
}
|
|
|
|
|
|
|
41 |
.center-text { text-align: center !important }
|
42 |
.larger-gap { gap: 100px !important; }
|
43 |
.symbols { text-align: center !important; margin: auto !important; }
|