Skip to content

Commit bc078ed

Browse files
author
mrmrs
committed
Update components page with new nagivation
1 parent 3dc4c5b commit bc078ed

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

components/index.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<header class="w-100 pa3 ph5-ns bg-white">
3030
<div class="dt mw9 center w-100">
3131
<div class="dtc v-mid tl w-50">
32-
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
32+
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 hover-blue" title="Home">
3333
Tachyons
3434
<div class="dib">
3535
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.5.5</small>
@@ -38,15 +38,19 @@
3838
</div>
3939
<nav class="db dtc v-mid w-100 tr">
4040
<a title="Documentation" href="/docs/"
41-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dib">
41+
class="f6 fw6 hover-blue link black-70 mr1 mr3-m mr4-l dib">
4242
Docs
4343
</a>
4444
<a title="Components" href="/components/"
45-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dib">
45+
class="f6 fw6 hover-blue link black-70 mr1 mr3-m mr4-l dib">
4646
Components
4747
</a>
48+
<a title="Gallery of sites built with Tachyons" href="/gallery/"
49+
class="f6 fw6 hover-blue link black-70 mr1 mr3-m mr4-l dib">
50+
Gallery
51+
</a>
4852
<a title="Tachyons on GitHub" href="http://github.com/tachyons-css/tachyons/"
49-
class="f6 fw6 dim link black-70 mr1 mr3-m mr4-l dn dib-l">
53+
class="f6 fw6 hover-blue link black-70 mr1 mr3-m mr4-l dn dib-l">
5054
GitHub
5155
</a>
5256
</nav>

0 commit comments

Comments
 (0)