diff options
author | syn <isaqtm@gmail.com> | 2020-02-19 00:07:40 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-02-19 00:07:40 +0300 |
commit | e92062ead91164216c17a7cd08a16613933b46d8 (patch) | |
tree | c21bb8bdda3534f41966590a2083e9cc152c1d35 | |
parent | bd39725e8b723e6184b298a43f6fcac96141ff43 (diff) | |
download | iro-e92062ead91164216c17a7cd08a16613933b46d8.tar.gz |
theme-color
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title> fn </title> - <meta name="theme-color" content="#001a15"> + <meta name="theme-color" content="#141D20"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu+Mono"> |