File tree 1 file changed +14
-10
lines changed
1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 18
18
<script type =" text/javascript " async src =" //l.getsitecontrol.com/p43nv0p7.js " ></script >
19
19
20
20
<style >
21
-
22
21
body {
23
22
--h : 212deg ;
24
23
--l : 43% ;
@@ -28,23 +27,23 @@ body {
28
27
background-color : whitesmoke ;
29
28
}
30
29
31
- a :link {
32
- color : black ;
30
+ #main-page a :link {
31
+ color : black ;
33
32
}
34
33
35
34
/* visited link */
36
- a :visited {
37
- color : black ;
35
+ #main-page a :visited {
36
+ color : black ;
38
37
}
39
38
40
39
/* mouse over link */
41
- a :hover {
42
- color : black ;
40
+ #main-page a :hover {
41
+ color : black ;
43
42
}
44
43
45
44
/* selected link */
46
- a :active {
47
- color : black ;
45
+ #main-page a :active {
46
+ color : black ;
48
47
}
49
48
50
49
p {
@@ -130,9 +129,11 @@ h3::before {
130
129
margin-right : 1.5rem ;
131
130
}
132
131
}
132
+ </style >
133
133
134
134
135
- </style >
135
+ <div id =" main-page " >
136
+
136
137
137
138
<ol style =" --length : 5 " role =" list " >
138
139
@@ -348,3 +349,6 @@ h3::before {
348
349
</a></li>
349
350
350
351
352
+
353
+
354
+ </div >
You can’t perform that action at this time.
0 commit comments