VyLala commited on
Commit
ae57084
·
verified ·
1 Parent(s): f13bb5a

Update better_offer.html

Browse files
Files changed (1) hide show
  1. better_offer.html +34 -2
better_offer.html CHANGED
@@ -47,9 +47,40 @@
47
  </style>
48
  </head>
49
 
 
50
  <body>
51
  <div id="classifier-page">
52
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  <!-- Header -->
54
  <h1 style="margin:0 0 8px; font-size:32px;">mtDNA Location Classifier</h1>
55
  <p style="margin:0 0 16px; font-size:18px; color:#334155;">
@@ -198,7 +229,8 @@
198
  <p style="margin:0;">
199
  Rebuild trust in genomic metadata—one mtDNA sample at a time—through transparency, citations, and a tight feedback loop with researchers.
200
  </p>
201
- </div>
 
202
  </body>
203
  </html>
204
 
 
47
  </style>
48
  </head>
49
 
50
+
51
  <body>
52
  <div id="classifier-page">
53
+ <style>
54
+ /* Force light mode inside this block only */
55
+ #classifier-page,
56
+ #classifier-page * {
57
+ background: #ffffff !important;
58
+ color: #0f172a !important;
59
+ font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
60
+ }
61
+
62
+ #classifier-page {
63
+ max-width: 900px !important;
64
+ margin: 24px auto !important;
65
+ padding: 28px 20px !important;
66
+ border-radius: 12px !important;
67
+ box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
68
+ }
69
+
70
+ /* Pills */
71
+ #classifier-page .pill {
72
+ display: inline-block !important;
73
+ padding: 6px 10px !important;
74
+ border-radius: 999px !important;
75
+ font-size: 12px !important;
76
+ font-weight: 500 !important;
77
+ margin: 2px !important;
78
+ }
79
+ #classifier-page .pill-blue { background:#eef2ff !important; color:#3730a3 !important; }
80
+ #classifier-page .pill-cyan { background:#ecfeff !important; color:#155e75 !important; }
81
+ #classifier-page .pill-green { background:#f0fdf4 !important; color:#166534 !important; }
82
+ #classifier-page .pill-orange { background:#fff7ed !important; color:#9a3412 !important; }
83
+ </style>
84
  <!-- Header -->
85
  <h1 style="margin:0 0 8px; font-size:32px;">mtDNA Location Classifier</h1>
86
  <p style="margin:0 0 16px; font-size:18px; color:#334155;">
 
229
  <p style="margin:0;">
230
  Rebuild trust in genomic metadata—one mtDNA sample at a time—through transparency, citations, and a tight feedback loop with researchers.
231
  </p>
232
+ </div>
233
+
234
  </body>
235
  </html>
236