diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2019-12-12 11:55:10 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2019-12-12 11:55:10 +0000 |
commit | 30d7570bae57d97e906f5389a1b7e827455a719f (patch) | |
tree | 11c40a8bec95f62dc4740f74b7764f239dede27f /redirector.html | |
parent | 31f1b675bf738f5905bf3f9e7dccf9515a471ec2 (diff) |
Dark theme support
Diffstat (limited to 'redirector.html')
-rw-r--r-- | redirector.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redirector.html b/redirector.html index 89cdbc2..46fda66 100644 --- a/redirector.html +++ b/redirector.html @@ -5,7 +5,7 @@ <meta charset="UTF-8"> <link rel="stylesheet" href="css/redirector.css" /> <!-- ☈ --> - <link rel="shortcut icon" href="images/icon-dark-32.png"> + <link rel="shortcut icon" href="images/icon-light-theme-32.png"> </head> <body> <div id="cover"> |