Skip to content

Commit eb638cb

Browse files
committed
Added meta decription + fix link color
1 parent bd51742 commit eb638cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
<meta name="description" content="Online tools, basic encoding/decoding and more.">
56
<meta name="viewport" content="width=device-width, initial-scale=1">
67
<meta name="color-scheme" content="dark light">
78
<title>Online tools</title>
@@ -17,6 +18,9 @@
1718
--pre-background-color: hsl(0, 0%, 10%);
1819
--pre-background-border: hsl(0, 0%, 20%);
1920
}
21+
a {
22+
color: #1f6feb;
23+
}
2024
}
2125
html, body {
2226
margin: 0;

0 commit comments

Comments
 (0)