Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
/* General Container
|
2 |
-
.gradio-container{
|
3 |
font-family: 'IBM Plex Sans', sans-serif;
|
4 |
max-width: 730px !important;
|
5 |
margin: auto;
|
6 |
-
padding-top: 1.
|
7 |
-
text-align: center;
|
8 |
}
|
9 |
/* Button Styles */
|
10 |
.gr-button {
|
@@ -69,10 +69,10 @@
|
|
69 |
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
|
70 |
}
|
71 |
/* Change the color of the red text to yellow */
|
72 |
-
#content_align > span[style="color:darkred;font-size:
|
73 |
color: yellow !important;
|
74 |
}
|
75 |
/* Change the color of the blue text to white */
|
76 |
-
#content_align > span[style="color:blue;font-size:
|
77 |
color: white !important;
|
78 |
}
|
|
|
1 |
+
/* General Container Styles */
|
2 |
+
.gradio-container {
|
3 |
font-family: 'IBM Plex Sans', sans-serif;
|
4 |
max-width: 730px !important;
|
5 |
margin: auto;
|
6 |
+
padding-top: 1.5rem;
|
7 |
+
text-align: center; /* Center the content horizontally */
|
8 |
}
|
9 |
/* Button Styles */
|
10 |
.gr-button {
|
|
|
69 |
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
|
70 |
}
|
71 |
/* Change the color of the red text to yellow */
|
72 |
+
#content_align > span[style="color:darkred;font-size:32px;font-weight:bold"] {
|
73 |
color: yellow !important;
|
74 |
}
|
75 |
/* Change the color of the blue text to white */
|
76 |
+
#content_align > span[style="color:blue;font-size:16px;font-weight:bold"] {
|
77 |
color: white !important;
|
78 |
}
|