PhysiQuanty commited on
Commit
bf0b4d7
·
verified ·
1 Parent(s): d9bf2f8

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +21 -15
style.css CHANGED
@@ -5,11 +5,17 @@ body {
5
  }
6
 
7
  h1 {
8
- font-size: 18px;
9
  margin-top: 0;
10
  margin-bottom: 12px;
11
  }
12
 
 
 
 
 
 
 
13
  p {
14
  color: rgb(55, 65, 81);
15
  font-size: 14px;
@@ -27,13 +33,9 @@ p {
27
  background-color: white;
28
  }
29
 
30
- .warning {
31
- background-color: #fff7ed;
32
- border: 1px solid #fed7aa;
33
- color: #9a3412;
34
- padding: 12px;
35
- border-radius: 8px;
36
  font-size: 13px;
 
37
  margin-bottom: 14px;
38
  }
39
 
@@ -41,19 +43,23 @@ p {
41
  font-size: 13px;
42
  color: rgb(75, 85, 99);
43
  font-style: italic;
 
44
  }
45
 
46
- .links {
47
- margin-top: 14px;
48
- font-size: 13px;
 
49
  }
50
 
51
- .links a {
52
- color: #2563eb;
53
- text-decoration: none;
 
 
54
  }
55
 
56
- .links a:hover {
57
- text-decoration: underline;
58
  }
59
 
 
5
  }
6
 
7
  h1 {
8
+ font-size: 20px;
9
  margin-top: 0;
10
  margin-bottom: 12px;
11
  }
12
 
13
+ h2 {
14
+ font-size: 16px;
15
+ margin-top: 20px;
16
+ margin-bottom: 10px;
17
+ }
18
+
19
  p {
20
  color: rgb(55, 65, 81);
21
  font-size: 14px;
 
33
  background-color: white;
34
  }
35
 
36
+ .disclaimer {
 
 
 
 
 
37
  font-size: 13px;
38
+ color: rgb(75, 85, 99);
39
  margin-bottom: 14px;
40
  }
41
 
 
43
  font-size: 13px;
44
  color: rgb(75, 85, 99);
45
  font-style: italic;
46
+ margin-top: 16px;
47
  }
48
 
49
+ hr {
50
+ border: none;
51
+ border-top: 1px solid #e5e7eb;
52
+ margin: 18px 0;
53
  }
54
 
55
+ .roadmap {
56
+ list-style: none;
57
+ padding-left: 0;
58
+ font-size: 14px;
59
+ color: rgb(31, 41, 55);
60
  }
61
 
62
+ .roadmap li {
63
+ margin-bottom: 6px;
64
  }
65