Skip to content

Commit

Permalink
fix outline; fix iOS header
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fuchs committed Apr 30, 2011
1 parent aa4a383 commit eef3ea9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Expand Up @@ -8,6 +8,9 @@
html {
min-height: 100%;
}
* {
outline: none;
}
body {
-webkit-text-size-adjust:none;
text-align: center;
Expand Down Expand Up @@ -47,6 +50,9 @@
left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
text-shadow: none;
}
h1.overlay span {
color: #fff !important;
}
h1 span:nth-child(6n+1) { color: #A839B2; }
h1 span:nth-child(6n+2) { color: #FF0071; }
h1 span:nth-child(6n+3) { color: #ACD030; }
Expand Down Expand Up @@ -259,7 +265,7 @@ <h1>
<span>m</span><span>i</span><span>c</span><span>r</span><span>o</span><span>j</span><span>s</span>
</h1>
<h1 class="overlay">
microjs
<span>m</span><span>i</span><span>c</span><span>r</span><span>o</span><span>j</span><span>s</span>
</h1>
</div>

Expand Down Expand Up @@ -366,4 +372,4 @@ <h1 class="overlay">
<script type="text/javascript">try{ clicky.init(66418235); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66418235ns.gif" /></p></noscript>
</body>
</html>
</html>

0 comments on commit eef3ea9

Please sign in to comment.