File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const headerTemplate = `
20
20
<link rel="icon" href="assets/favicon-192.png" sizes="192x192">
21
21
<style>
22
22
body {
23
- font-family: Roboto,Helvetica,sans-serif;
23
+ font-family: Roboto, Helvetica, sans-serif;
24
24
background: #ddd;
25
25
margin: 1em auto;
26
26
max-width: 1000px;
@@ -40,20 +40,20 @@ const headerTemplate = `
40
40
padding: 0.5em;
41
41
list-style-type: none; /* Disable bullet points */
42
42
border-radius: 10px;
43
- border:1px solid #c0c0c0;
43
+ border: 1px solid #c0c0c0;
44
44
background: #f5f5f5;
45
45
box-shadow: 2px 2px 5px #bbb;
46
46
}
47
47
a:link {
48
- color:#0b61a4;
49
- text-decoration:none;
48
+ color: #0b61a4;
49
+ text-decoration: none;
50
50
}
51
51
a:visited {
52
- color:#033e6b;
53
- text-decoration:none;
52
+ color: #033e6b;
53
+ text-decoration: none;
54
54
}
55
55
a:hover {
56
- text-decoration:underline;
56
+ text-decoration: underline;
57
57
}
58
58
.icons a:hover {
59
59
text-decoration: none;
@@ -158,10 +158,10 @@ const headerTemplate = `
158
158
color: #efefef;
159
159
}
160
160
#book-info > a:link {
161
- color: #d94b7b
161
+ color: #d94b7b;
162
162
}
163
163
#book-info > a:visited {
164
- color: #d94b7b
164
+ color: #d94b7b;
165
165
}
166
166
</style>
167
167
</head>
You can’t perform that action at this time.
0 commit comments