mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
Updated actionable elements for wiki hero.
This commit is contained in:
parent
4d5eb75b63
commit
22ff0ec9e4
|
@ -7,7 +7,7 @@
|
|||
<nav class="columns">
|
||||
|
||||
<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>
|
||||
</span>
|
||||
<p class="title is-4">
|
||||
|
@ -17,7 +17,7 @@
|
|||
</a>
|
||||
|
||||
<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>
|
||||
</span>
|
||||
<p class="title is-4">
|
||||
|
@ -27,7 +27,7 @@
|
|||
</a>
|
||||
|
||||
<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>
|
||||
</span>
|
||||
<p class="title is-4">
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
}
|
||||
|
||||
// For call to action heros, we want to style them on hover.
|
||||
.hero.is-actionable:hover {
|
||||
.hero .column:hover .is-actionable {
|
||||
color: #969696;
|
||||
}
|
Loading…
Reference in a new issue