Skip to content

Commit f3f9334

Browse files
author
mrmrs
committed
Update templates.
1 parent 194c18a commit f3f9334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/templates/components-index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<section class="pa4-ns">
2020
<% Object.keys(componentsForNav).map(function(category) { %>
2121
<div class="ph3 ph4-ns" id="<%= category %>">
22-
<h1 class="f6 b ttu tracked pb2 bb b--black-20 black-50"><%= category %></h1>
22+
<h1 class="f6 fw6 ttu tracked pb2 bb b--black-10 black-70"><%= category %></h1>
2323
</div>
2424
<div class="ph3-ns mb5">
2525
<% componentsForNav[category].map(function(componentForNav) { %>

src/templates/docs/hovers/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h3 class="f5 book pt4 ttu fw6">Add pointer on hover</h3>
6161
Add pointer on hover to element.
6262
</div>
6363
<h3 class="f5 book pt4 ttu fw6">Grow on Hover</h3>
64-
<a class="w5 mw5 dt grow link" href="#" style="background: black url(/img/1.jpg); background-size: cover;">
64+
<a class="w5 mw5 dt grow no-underline" href="#" style="background: black url(/img/1.jpg); background-size: cover;">
6565
<span class="white-90 f5 f3-ns b ttu dtc v-mid w-100 h-100 pa3 pa5-ns br2">
6666
Portfolio Project #11
6767
</span>

0 commit comments

Comments
 (0)