Skip to content

Commit 702c9bd

Browse files
committed
Favicon
1 parent 65fca7a commit 702c9bd

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>s3collab — collaborative markdown on S3</title>
7+
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
78
<link rel="stylesheet" href="/src/style.css" />
89
</head>
910
<body>

public/favicon.svg

Lines changed: 6 additions & 0 deletions
Loading

src/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ header h1 {
2828
font-weight: 600;
2929
}
3030

31+
header h1 a,
32+
header h1 a:visited {
33+
color: inherit;
34+
text-decoration: none;
35+
}
36+
37+
header h1 a:hover {
38+
text-decoration: underline;
39+
}
40+
3141
#room {
3242
font-family: ui-monospace, monospace;
3343
color: #555;

0 commit comments

Comments
 (0)