fix
Browse files- poster/poster.py +3 -3
poster/poster.py
CHANGED
@@ -239,16 +239,16 @@ def generate_html_v2(vendor: str, model: str, poster: BaseModel, figures: list[s
|
|
239 |
margin-bottom: 1rem;
|
240 |
font-size: 1.875rem;
|
241 |
font-weight: bold;
|
242 |
-
color: inherit;
|
243 |
}
|
244 |
|
245 |
.poster-author {
|
246 |
margin-bottom: 0.5rem;
|
247 |
-
color: inherit;
|
248 |
}
|
249 |
|
250 |
.poster-affiliation {
|
251 |
-
color: inherit;
|
252 |
}
|
253 |
|
254 |
.poster-content {
|
|
|
239 |
margin-bottom: 1rem;
|
240 |
font-size: 1.875rem;
|
241 |
font-weight: bold;
|
242 |
+
color: inherit !important;
|
243 |
}
|
244 |
|
245 |
.poster-author {
|
246 |
margin-bottom: 0.5rem;
|
247 |
+
color: inherit !important;
|
248 |
}
|
249 |
|
250 |
.poster-affiliation {
|
251 |
+
color: inherit !important;
|
252 |
}
|
253 |
|
254 |
.poster-content {
|