Spaces:
Running
Running
Update better_offer.html
Browse files- better_offer.html +4 -0
better_offer.html
CHANGED
|
@@ -29,6 +29,10 @@
|
|
| 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 |
</style>
|
| 33 |
<!-- Header -->
|
| 34 |
<h1 style="margin:0 0 8px; font-size:32px;">mtDNA Location Classifier</h1>
|
|
|
|
| 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>
|