VyLala commited on
Commit
0ac4fe1
·
verified ·
1 Parent(s): f54d098

Update mtdna_tool_explainer_updated.html

Browse files
Files changed (1) hide show
  1. mtdna_tool_explainer_updated.html +41 -0
mtdna_tool_explainer_updated.html CHANGED
@@ -4,6 +4,8 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>mtDNA Tool – System Overview</title>
 
 
7
  <style>
8
  body { font-family: Arial, sans-serif; line-height: 1.6; padding: 2rem; max-width: 900px; margin: auto; background-color: #f9f9f9; color: #333; }
9
  h1, h2 { color: #2c3e50; }
@@ -11,6 +13,45 @@
11
  code { background: #eee; padding: 2px 4px; border-radius: 4px; }
12
  .highlight { background: #ffffcc; padding: 4px 8px; border-left: 4px solid #ffcc00; margin: 1rem 0; }
13
  </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  </head>
15
  <body>
16
 
 
4
  <meta charset="UTF-8">
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; }
 
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
+ font-family: Arial, sans-serif;
22
+ line-height: 1.6;
23
+ padding: 2rem;
24
+ max-width: 900px;
25
+ margin: auto;
26
+ background-color: #ffffff !important; /* WHITE background */
27
+ color: #222222 !important; /* DARK GRAY text */
28
+ }
29
+ h1, h2 {
30
+ color: #1a1a1a; /* darker headings */
31
+ }
32
+ img {
33
+ max-width: 100%;
34
+ border: 1px solid #ccc;
35
+ padding: 5px;
36
+ background: #fff;
37
+ }
38
+ code {
39
+ background: #f5f5f5;
40
+ color: #c7254e;
41
+ padding: 2px 4px;
42
+ border-radius: 4px;
43
+ font-family: Consolas, monospace;
44
+ }
45
+ .highlight {
46
+ background: #ffffcc;
47
+ padding: 4px 8px;
48
+ border-left: 4px solid #ffcc00;
49
+ margin: 1rem 0;
50
+ color: #333;
51
+ }
52
+ </style>
53
+
54
+
55
  </head>
56
  <body>
57