Browse Source

Add tor icon to header

pm2
Luke Childs 8 years ago
parent
commit
29392ced93
  1. 4
      assets/style.css
  2. 2
      views/index.html

4
assets/style.css

@ -52,6 +52,10 @@ header .title {
padding: 1em 0;
}
.icon-tor {
color: #b24592;
}
h1 {
margin: 0;
}

2
views/index.html

@ -9,7 +9,7 @@
<header>
<div class="wrapper clearfix">
<a class="title" href="/"><h1>Tor Explorer</h1></a>
<a class="title" href="/"><h1><i class="icon-tor"></i> Tor Explorer</h1></a>
<form class="search" action="/">
<label>
<span class="desc">Search</span>

Loading…
Cancel
Save