Fix theme color and top bar color.

This commit is contained in:
amitmerchant1990 2019-07-28 14:32:55 +05:30
parent ce243b321d
commit ef44805b80
3 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,8 @@
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
<meta name="theme-color" content="#673AAC">
<meta name="theme-color" content="#000000">
<link rel="icon" type="image/png" sizes="32x32" href="/reverie/images/favicon-32x32.png">
<script type="text/javascript">
var host = "www.amitmerchant.com";
if ((host == window.location.host) && (window.location.protocol != "https:"))

BIN
images/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -419,7 +419,7 @@ body:after {
}
#bar {
background: url(images/galaxy.jpg);
background: #000;
height: 7px;
background-size: cover;
background-position: left 60%;