Skip to content

Commit a27dfd1

Browse files
Harmonize CSS formatting.
1 parent 8f39057 commit a27dfd1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/header.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const headerTemplate = `
2020
<link rel="icon" href="assets/favicon-192.png" sizes="192x192">
2121
<style>
2222
body {
23-
font-family: Roboto,Helvetica,sans-serif;
23+
font-family: Roboto, Helvetica, sans-serif;
2424
background: #ddd;
2525
margin: 1em auto;
2626
max-width: 1000px;
@@ -40,20 +40,20 @@ const headerTemplate = `
4040
padding: 0.5em;
4141
list-style-type: none; /* Disable bullet points */
4242
border-radius: 10px;
43-
border:1px solid #c0c0c0;
43+
border: 1px solid #c0c0c0;
4444
background: #f5f5f5;
4545
box-shadow: 2px 2px 5px #bbb;
4646
}
4747
a:link {
48-
color:#0b61a4;
49-
text-decoration:none;
48+
color: #0b61a4;
49+
text-decoration: none;
5050
}
5151
a:visited {
52-
color:#033e6b;
53-
text-decoration:none;
52+
color: #033e6b;
53+
text-decoration: none;
5454
}
5555
a:hover {
56-
text-decoration:underline;
56+
text-decoration: underline;
5757
}
5858
.icons a:hover {
5959
text-decoration: none;
@@ -158,10 +158,10 @@ const headerTemplate = `
158158
color: #efefef;
159159
}
160160
#book-info > a:link {
161-
color: #d94b7b
161+
color: #d94b7b;
162162
}
163163
#book-info > a:visited {
164-
color: #d94b7b
164+
color: #d94b7b;
165165
}
166166
</style>
167167
</head>

0 commit comments

Comments
 (0)