We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd51742 commit eb638cbCopy full SHA for eb638cb
public/index.html
@@ -2,6 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
+ <meta name="description" content="Online tools, basic encoding/decoding and more.">
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
<meta name="color-scheme" content="dark light">
8
<title>Online tools</title>
@@ -17,6 +18,9 @@
17
18
--pre-background-color: hsl(0, 0%, 10%);
19
--pre-background-border: hsl(0, 0%, 20%);
20
}
21
+ a {
22
+ color: #1f6feb;
23
+ }
24
25
html, body {
26
margin: 0;
0 commit comments