Spaces:
Running
Running
Update mtdna_tool_explainer_updated.html
Browse files
mtdna_tool_explainer_updated.html
CHANGED
@@ -5,29 +5,19 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>mtDNA Tool – System Overview</title>
|
7 |
|
8 |
-
<!--
|
9 |
-
<style>
|
10 |
-
body { font-family: Arial, sans-serif; line-height: 1.6; padding: 2rem; max-width: 900px; margin: auto; background-color: #f9f9f9; color: #333; }
|
11 |
-
h1, h2 { color: #2c3e50; }
|
12 |
-
img { max-width: 100%; border: 1px solid #ccc; padding: 5px; background: #fff; }
|
13 |
-
code { background: #eee; padding: 2px 4px; border-radius: 4px; }
|
14 |
-
.highlight { background: #ffffcc; padding: 4px 8px; border-left: 4px solid #ffcc00; margin: 1rem 0; }
|
15 |
-
</style>
|
16 |
-
-->
|
17 |
-
|
18 |
-
|
19 |
<style>
|
20 |
body {
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
}
|
|
|
29 |
h1, h2 {
|
30 |
-
color: #1a1a1a; /* darker headings */
|
31 |
}
|
32 |
img {
|
33 |
max-width: 100%;
|
@@ -50,7 +40,6 @@
|
|
50 |
color: #333;
|
51 |
}
|
52 |
</style>
|
53 |
-
|
54 |
|
55 |
</head>
|
56 |
<body>
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>mtDNA Tool – System Overview</title>
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
<style>
|
9 |
body {
|
10 |
+
background-color: #ffffff !important;
|
11 |
+
color: #222222 !important;
|
12 |
+
font-family: Arial, sans-serif !important;
|
13 |
+
line-height: 1.6 !important;
|
14 |
+
padding: 2rem !important;
|
15 |
+
max-width: 900px !important;
|
16 |
+
margin: auto !important;
|
17 |
}
|
18 |
+
|
19 |
h1, h2 {
|
20 |
+
color: #1a1a1a !important; /* darker headings */
|
21 |
}
|
22 |
img {
|
23 |
max-width: 100%;
|
|
|
40 |
color: #333;
|
41 |
}
|
42 |
</style>
|
|
|
43 |
|
44 |
</head>
|
45 |
<body>
|