Commit 73b21d0b authored by Sindre Sorhus's avatar Sindre Sorhus

Change the color scheme of the Labs site to green to better separate them

parent c3a25440
......@@ -13,6 +13,14 @@
<link href="../site/css/main.css" rel="stylesheet">
<style>
/* main site overrides */
a {
color: #488C48;
}
a:hover {
color: #264C26;
}
.nav {
width: 150px !important;
}
......@@ -43,7 +51,7 @@
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://addyosmani.github.com/todomvc/labs" data-via="addyosmani">Tweet</a>
</p>
<nav>
<a class="btn btn-primary btn-large" href="https://github.com/addyosmani/todomvc/zipball/master">Download Latest</a>
<a class="btn btn-primary btn-large btn-success" href="https://github.com/addyosmani/todomvc/zipball/master">Download Latest</a>
<a class="btn btn-large" href="http://github.com/addyosmani/todomvc">Follow on GitHub</a>
</nav>
<p style="font-size:16px"><a href="http://todomvc.com">⬅ Home</a></p>
......@@ -145,7 +153,7 @@
</div>
<hr>
<footer>
<p>&copy; TodoMVC Labs. Brought to you by <a href="https://github.com/addyosmani">Addy Osmani</a> and <a href="https://github.com/sindresorhus">Sindre Sorhus</a>.</p>
<p>© TodoMVC Labs. Brought to you by <a href="https://github.com/addyosmani">Addy Osmani</a> and <a href="https://github.com/sindresorhus">Sindre Sorhus</a>.</p>
<p id="contributor-list">Big thanks to our magnificent labs contributors:
<a href="https://github.com/johnknott">John Knott</a>
<a href="https://github.com/brokenseal">Davide Callegari</a>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment