Updated actionable elements for wiki hero.

This commit is contained in:
Chris 2018-01-14 02:03:30 -05:00
parent 4d5eb75b63
commit 22ff0ec9e4
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
<nav class="columns"> <nav class="columns">
<a class="column has-text-centered" href="https://www.google.com"> <a class="column has-text-centered" href="https://www.google.com">
<span class="icon is-large"> <span class="icon is-actionable is-large">
<i class="fas fa-3x fa-code"></i> <i class="fas fa-3x fa-code"></i>
</span> </span>
<p class="title is-4"> <p class="title is-4">
@ -17,7 +17,7 @@
</a> </a>
<a class="column has-text-centered" href="https://www.google.com"> <a class="column has-text-centered" href="https://www.google.com">
<span class="icon is-large"> <span class="icon is-actionable is-large">
<i class="fas fa-3x fa-terminal"></i> <i class="fas fa-3x fa-terminal"></i>
</span> </span>
<p class="title is-4"> <p class="title is-4">
@ -27,7 +27,7 @@
</a> </a>
<a class="column has-text-centered" href="https://www.google.com"> <a class="column has-text-centered" href="https://www.google.com">
<span class="icon is-large"> <span class="icon is-actionable is-large">
<i class="fas fa-3x fa-gamepad"></i> <i class="fas fa-3x fa-gamepad"></i>
</span> </span>
<p class="title is-4"> <p class="title is-4">

View file

@ -15,6 +15,6 @@
} }
// For call to action heros, we want to style them on hover. // For call to action heros, we want to style them on hover.
.hero.is-actionable:hover { .hero .column:hover .is-actionable {
color: #969696; color: #969696;
} }