Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Contribute panel: Changed buttons to grey and more separation on over…
Browse files Browse the repository at this point in the history
…view page #266
  • Loading branch information
iadawn committed Sep 30, 2015
1 parent b994025 commit f93626a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion source/layouts/_contribute.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="buttons">
<a class="btn" title="Publicly archived list" href="mailto:[email protected]?subject=%5bGetting%20Started%20Tips%20Input%5d">E-mail [email protected]</a>
<a class="btn" href="https://github.com/w3c/wai-quick-start/blob/master/source/<%= current_page.path %>.erb.md">Fork &amp; edit on GitHub</a>
<a class="btn-primary" href="https://github.com/w3c/wai-quick-start/issues/new">New GitHub Issue</a>
<a class="btn" href="https://github.com/w3c/wai-quick-start/issues/new">New GitHub Issue</a>
</div>
</aside>
<% end %>
11 changes: 3 additions & 8 deletions source/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,9 @@ $wai_grey: #333333;
padding: .5em 0 0;
border-top: 1px solid #ccc;
line-height: 300%;

.btn-primary {
background: linear-gradient(#8add6d, #60b044);
border-color: #4a993e;
&:hover, &:focus {
background: linear-gradient(#79d858, #569e3d);
}
}
}
.index & {
margin-top: 8em;
}
}

Expand Down

0 comments on commit f93626a

Please sign in to comment.