File tree Expand file tree Collapse file tree 3 files changed +23
-14
lines changed Expand file tree Collapse file tree 3 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 23
23
</ a >
24
24
</ li >
25
25
< li >
26
- < a href ="https://thanks .typicode.com ">
27
- < i class ="far fa-laugh "> </ i > Supporters
26
+ < a href ="https://my-json-server .typicode.com ">
27
+ < i class ="fas fa-burn "> </ i > My JSON Server
28
28
</ a >
29
29
</ li >
30
30
< li >
31
- < a href ="https://my-json-server .typicode.com ">
32
- < i class ="fas fa-burn "> </ i > My JSON Server
31
+ < a href ="https://thanks .typicode.com ">
32
+ < i class ="far fa-laugh "> </ i > Supporters
33
33
</ a >
34
34
</ li >
35
35
</ ul >
@@ -48,8 +48,9 @@ <h1>Congrats!</h1>
48
48
< div id ="resources "> </ div >
49
49
50
50
< p >
51
- To access and modify resources, you can use any HTTP method
52
- < br />
51
+ To access and modify resources, you can use any HTTP method:
52
+ </ p >
53
+ < p >
53
54
< code > GET</ code >
54
55
< code > POST</ code >
55
56
< code > PUT</ code >
@@ -63,7 +64,7 @@ <h1>Congrats!</h1>
63
64
< h1 > Documentation</ h1 >
64
65
< p >
65
66
< a href ="https://github.com/typicode/json-server ">
66
- < i class =" fab fa-github-alt " > </ i > README
67
+ README
67
68
</ a >
68
69
</ p >
69
70
</ div >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function CustomRoutesBlock({ customRoutes }) {
59
59
rule =>
60
60
`<tr>
61
61
<td>${ rule } </td>
62
- <td>⇢ ${ customRoutes [ rule ] } </td>
62
+ <td><code>⇢</code> ${ customRoutes [ rule ] } </td>
63
63
</tr>`
64
64
)
65
65
. join ( '' ) }
Original file line number Diff line number Diff line change 6
6
flex-direction : column;
7
7
padding : 0 ;
8
8
margin : 0 ;
9
- color : # 333 ;
9
+ color : # 3b4252 ;
10
10
letter-spacing : 0 ;
11
11
}
12
12
@@ -20,11 +20,15 @@ header {
20
20
border-bottom : 1px solid # eee ;
21
21
}
22
22
23
- header a ,
24
- header a : hover {
23
+ header a {
24
+ color : inherit;
25
25
text-decoration : none;
26
26
}
27
27
28
+ header a : hover {
29
+ text-decoration : underline;
30
+ }
31
+
28
32
nav ul {
29
33
display : flex;
30
34
flex-wrap : nowrap;
@@ -35,11 +39,15 @@ nav li.title {
35
39
flex-grow : 5 ;
36
40
text-align : left;
37
41
font-weight : bold;
42
+ font-size : 1.4rem ;
43
+ color : # 3b4252 ;
38
44
}
39
45
40
46
nav li {
41
47
flex-grow : 1 ;
48
+ align-self : center;
42
49
text-align : right;
50
+ color : # 4c566a ;
43
51
}
44
52
45
53
main {
61
69
}
62
70
63
71
a {
64
- color : # 0275d8 ;
72
+ color : # 5e81ac ;
65
73
}
66
74
67
75
a : hover {
68
- color : # 014c8c ;
76
+ color : # 81a1c1 ;
69
77
text-decoration : underline;
70
78
}
71
79
@@ -97,5 +105,5 @@ code {
97
105
padding : 0.2rem ;
98
106
margin : 0rem 0.2rem ;
99
107
border-radius : 0.2rem ;
100
- background : # eee ;
108
+ background : # e5e9f0 ;
101
109
}
You can’t perform that action at this time.
0 commit comments