Fix theme color and top bar color.
This commit is contained in:
parent
ce243b321d
commit
ef44805b80
|
@ -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:"))
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -419,7 +419,7 @@ body:after {
|
|||
}
|
||||
|
||||
#bar {
|
||||
background: url(images/galaxy.jpg);
|
||||
background: #000;
|
||||
height: 7px;
|
||||
background-size: cover;
|
||||
background-position: left 60%;
|
||||
|
|
Loading…
Reference in New Issue