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

Update better_offer.html

Browse files
Files changed (1) hide show
  1. better_offer.html +0 -53
better_offer.html CHANGED
@@ -1,54 +1,3 @@
1
- <html>
2
- <head>
3
- <meta name="color-scheme" content="light">
4
- <style>
5
- /* Don’t touch global html/body (keeps Hugging Face header black/orange) */
6
-
7
- /* Content wrapper (white card) */
8
- #classifier-page {
9
- font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
10
- line-height: 1.6;
11
- background: #ffffff !important;
12
- color: #0f172a !important;
13
- max-width: 900px;
14
- margin: 24px auto;
15
- padding: 28px 20px;
16
- border-radius: 12px;
17
- box-shadow: 0 2px 8px rgba(0,0,0,0.05);
18
- }
19
-
20
- /* Force all text inside card to dark */
21
- #classifier-page h1,
22
- #classifier-page h2,
23
- #classifier-page h3,
24
- #classifier-page p,
25
- #classifier-page li,
26
- #classifier-page span,
27
- #classifier-page em,
28
- #classifier-page strong,
29
- #classifier-page td,
30
- #classifier-page th {
31
- color: #0f172a !important;
32
- background: transparent !important;
33
- }
34
-
35
- /* Pill badges */
36
- .pill {
37
- padding: 6px 10px;
38
- border-radius: 999px;
39
- font-size: 12px;
40
- font-weight: 500;
41
- display: inline-block;
42
- }
43
- .pill-blue { background:#eef2ff; color:#3730a3; }
44
- .pill-cyan { background:#ecfeff; color:#155e75; }
45
- .pill-green { background:#f0fdf4; color:#166534; }
46
- .pill-orange { background:#fff7ed; color:#9a3412; }
47
- </style>
48
- </head>
49
-
50
-
51
- <body>
52
  <div id="classifier-page">
53
  <style>
54
  /* Force light mode inside this block only */
@@ -231,6 +180,4 @@
231
  </p>
232
  </div>
233
 
234
- </body>
235
- </html>
236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <div id="classifier-page">
2
  <style>
3
  /* Force light mode inside this block only */
 
180
  </p>
181
  </div>
182
 
 
 
183