Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,8 @@ class CustomTheme(Base):
|
|
| 36 |
font_mono=font_mono,
|
| 37 |
)
|
| 38 |
super().set(
|
| 39 |
-
body_background_fill="#
|
|
|
|
| 40 |
body_text_color="#282828",
|
| 41 |
block_background_fill="#ffffff",
|
| 42 |
block_title_text_color="#eb5726",
|
|
@@ -62,11 +63,6 @@ css = """
|
|
| 62 |
color: #282828;
|
| 63 |
border: 2px solid #eb5726;
|
| 64 |
}
|
| 65 |
-
body {
|
| 66 |
-
background-color: #ffffff;
|
| 67 |
-
background-image: radial-gradient(#eb5726 1px, transparent 1px);
|
| 68 |
-
background-size: 10px 10px;
|
| 69 |
-
}
|
| 70 |
#description {
|
| 71 |
background-color: #ffffff;
|
| 72 |
color: #282828;
|
|
@@ -83,8 +79,8 @@ label[for="video_url"] {
|
|
| 83 |
label[for="description"] {
|
| 84 |
color: #eb5726 !important;
|
| 85 |
}
|
| 86 |
-
h3{
|
| 87 |
-
color: #eb5726
|
| 88 |
}
|
| 89 |
.centered-markdown {
|
| 90 |
text-align: center;
|
|
|
|
| 36 |
font_mono=font_mono,
|
| 37 |
)
|
| 38 |
super().set(
|
| 39 |
+
body_background_fill="radial-gradient(#eb5726 1px, transparent 1px)",
|
| 40 |
+
body_background_size="10px 10px",
|
| 41 |
body_text_color="#282828",
|
| 42 |
block_background_fill="#ffffff",
|
| 43 |
block_title_text_color="#eb5726",
|
|
|
|
| 63 |
color: #282828;
|
| 64 |
border: 2px solid #eb5726;
|
| 65 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
#description {
|
| 67 |
background-color: #ffffff;
|
| 68 |
color: #282828;
|
|
|
|
| 79 |
label[for="description"] {
|
| 80 |
color: #eb5726 !important;
|
| 81 |
}
|
| 82 |
+
h3 {
|
| 83 |
+
color: #eb5726;
|
| 84 |
}
|
| 85 |
.centered-markdown {
|
| 86 |
text-align: center;
|