Spaces:
Running
Running
Update better_offer.html
Browse files- better_offer.html +10 -6
better_offer.html
CHANGED
|
@@ -1,21 +1,23 @@
|
|
| 1 |
<div id="classifier-page">
|
| 2 |
<style>
|
| 3 |
/* Force light mode inside this block only */
|
| 4 |
-
#classifier-page
|
| 5 |
-
#classifier-page * {
|
| 6 |
background: #ffffff !important;
|
| 7 |
color: #0f172a !important;
|
| 8 |
font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
#classifier-page {
|
| 12 |
max-width: 900px !important;
|
| 13 |
margin: 24px auto !important;
|
| 14 |
padding: 28px 20px !important;
|
| 15 |
border-radius: 12px !important;
|
| 16 |
box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
|
| 17 |
}
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
/* Pills */
|
| 20 |
#classifier-page .pill {
|
| 21 |
display: inline-block !important;
|
|
@@ -29,10 +31,12 @@
|
|
| 29 |
#classifier-page .pill-cyan { background:#ecfeff !important; color:#155e75 !important; }
|
| 30 |
#classifier-page .pill-green { background:#f0fdf4 !important; color:#166534 !important; }
|
| 31 |
#classifier-page .pill-orange { background:#fff7ed !important; color:#9a3412 !important; }
|
|
|
|
| 32 |
/* Explicitly restore button background overrides */
|
| 33 |
#classifier-page a {
|
| 34 |
text-decoration: none !important;
|
| 35 |
}
|
|
|
|
| 36 |
</style>
|
| 37 |
<!-- Header -->
|
| 38 |
<h1 style="margin:0 0 8px; font-size:32px;">mtDNA Location Classifier</h1>
|
|
|
|
| 1 |
<div id="classifier-page">
|
| 2 |
<style>
|
| 3 |
/* Force light mode inside this block only */
|
| 4 |
+
#classifier-page {
|
|
|
|
| 5 |
background: #ffffff !important;
|
| 6 |
color: #0f172a !important;
|
| 7 |
font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
|
| 8 |
+
|
|
|
|
|
|
|
| 9 |
max-width: 900px !important;
|
| 10 |
margin: 24px auto !important;
|
| 11 |
padding: 28px 20px !important;
|
| 12 |
border-radius: 12px !important;
|
| 13 |
box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
|
| 14 |
}
|
| 15 |
+
|
| 16 |
+
/* All text dark */
|
| 17 |
+
#classifier-page * {
|
| 18 |
+
color: #0f172a !important;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
/* Pills */
|
| 22 |
#classifier-page .pill {
|
| 23 |
display: inline-block !important;
|
|
|
|
| 31 |
#classifier-page .pill-cyan { background:#ecfeff !important; color:#155e75 !important; }
|
| 32 |
#classifier-page .pill-green { background:#f0fdf4 !important; color:#166534 !important; }
|
| 33 |
#classifier-page .pill-orange { background:#fff7ed !important; color:#9a3412 !important; }
|
| 34 |
+
|
| 35 |
/* Explicitly restore button background overrides */
|
| 36 |
#classifier-page a {
|
| 37 |
text-decoration: none !important;
|
| 38 |
}
|
| 39 |
+
|
| 40 |
</style>
|
| 41 |
<!-- Header -->
|
| 42 |
<h1 style="margin:0 0 8px; font-size:32px;">mtDNA Location Classifier</h1>
|