Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ body {
|
|
154 |
/* Targets the wrapper div or the markdown component */
|
155 |
.introduction-section p, .introduction-wrapper .prose p { /* Target paragraphs within the section */
|
156 |
font-family: 'Georgia',
|
157 |
-
font-size:
|
158 |
color: #495057; /* Slightly lighter text color */
|
159 |
margin-bottom: 1rem; /* Space between paragraphs */
|
160 |
max-width: 900px; /* Limit width for readability */
|
@@ -170,7 +170,7 @@ body {
|
|
170 |
/* --- General Markdown and Header Styling --- */
|
171 |
.markdown-text h2, .tabitem .prose h2 { /* Target section headers */
|
172 |
font-size: 1.8em;
|
173 |
-
font-weight:
|
174 |
color: #343a40;
|
175 |
margin-top: 2.5rem; /* More space above sections */
|
176 |
margin-bottom: 1.2rem;
|
@@ -178,7 +178,7 @@ body {
|
|
178 |
border-bottom: 1px solid #e9ecef;
|
179 |
}
|
180 |
.markdown-text p, .tabitem .prose p {
|
181 |
-
font-size:
|
182 |
margin-bottom: 1rem;
|
183 |
color: #495057;
|
184 |
}
|
@@ -192,7 +192,7 @@ body {
|
|
192 |
|
193 |
/* --- Tab Styling --- */
|
194 |
.tab-buttons button { /* Style tab buttons */
|
195 |
-
font-size: 1.
|
196 |
padding: 5px 10px !important;
|
197 |
font-weight: 500;
|
198 |
}
|
@@ -226,7 +226,7 @@ body {
|
|
226 |
/* Style for the model links within the table */
|
227 |
#leaderboard-table .model-link {
|
228 |
color: #0056b3; /* Slightly darker blue for links */
|
229 |
-
font-weight:
|
230 |
text-decoration: none;
|
231 |
}
|
232 |
#leaderboard-table .model-link:hover {
|
@@ -236,7 +236,7 @@ body {
|
|
236 |
|
237 |
/* --- Radio Button / Category Selector Styling --- */
|
238 |
.gradio-radio label span { /* Target the label text */
|
239 |
-
font-size: 1.
|
240 |
font-weight: 500;
|
241 |
color: #343a40;
|
242 |
}
|
|
|
154 |
/* Targets the wrapper div or the markdown component */
|
155 |
.introduction-section p, .introduction-wrapper .prose p { /* Target paragraphs within the section */
|
156 |
font-family: 'Georgia',
|
157 |
+
font-size: 1.5em; !important; /* Slightly larger than base */
|
158 |
color: #495057; /* Slightly lighter text color */
|
159 |
margin-bottom: 1rem; /* Space between paragraphs */
|
160 |
max-width: 900px; /* Limit width for readability */
|
|
|
170 |
/* --- General Markdown and Header Styling --- */
|
171 |
.markdown-text h2, .tabitem .prose h2 { /* Target section headers */
|
172 |
font-size: 1.8em;
|
173 |
+
font-weight: 500;
|
174 |
color: #343a40;
|
175 |
margin-top: 2.5rem; /* More space above sections */
|
176 |
margin-bottom: 1.2rem;
|
|
|
178 |
border-bottom: 1px solid #e9ecef;
|
179 |
}
|
180 |
.markdown-text p, .tabitem .prose p {
|
181 |
+
font-size: 1.5em; /* Standard paragraph size */
|
182 |
margin-bottom: 1rem;
|
183 |
color: #495057;
|
184 |
}
|
|
|
192 |
|
193 |
/* --- Tab Styling --- */
|
194 |
.tab-buttons button { /* Style tab buttons */
|
195 |
+
font-size: 1.3em !important;
|
196 |
padding: 5px 10px !important;
|
197 |
font-weight: 500;
|
198 |
}
|
|
|
226 |
/* Style for the model links within the table */
|
227 |
#leaderboard-table .model-link {
|
228 |
color: #0056b3; /* Slightly darker blue for links */
|
229 |
+
font-weight: 500;
|
230 |
text-decoration: none;
|
231 |
}
|
232 |
#leaderboard-table .model-link:hover {
|
|
|
236 |
|
237 |
/* --- Radio Button / Category Selector Styling --- */
|
238 |
.gradio-radio label span { /* Target the label text */
|
239 |
+
font-size: 1.3em !important;
|
240 |
font-weight: 500;
|
241 |
color: #343a40;
|
242 |
}
|