diff options
author | syn <isaqtm@gmail.com> | 2020-02-19 00:07:13 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-02-19 00:07:13 +0300 |
commit | bd39725e8b723e6184b298a43f6fcac96141ff43 (patch) | |
tree | 5edab91e6a4c0887de401f4543db57132257bb8d | |
parent | 823871c1480157529ae730d15fe0d0b93182a1e6 (diff) | |
download | iro-bd39725e8b723e6184b298a43f6fcac96141ff43.tar.gz |
Colors
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | style.css | 6 |
2 files changed, 5 insertions, 4 deletions
@@ -2,7 +2,8 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>new tab</title> + <title> fn </title> + <meta name="theme-color" content="#001a15"> <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"> @@ -44,19 +44,19 @@ div { /* Background */ body { - background-color: #2a2a2a; + background-color: #141D20; } /* Text */ div { - --text-color: white; + --text-color: #a070a0; } /* Heading */ h1 { - color: #ffe28a; + color: #6EE2FF; } /* Categories */ |