Updated wiki hero actions.

This commit is contained in:
Chris 2018-01-13 14:01:45 -05:00
parent f86cb0b42d
commit dffc3e9d60
2 changed files with 12 additions and 8 deletions

View file

@ -6,34 +6,34 @@
<div class="container"> <div class="container">
<nav class="columns"> <nav class="columns">
<a class="column has-text-centered" href="https://www.google.com"> <a class="column is-hero-action has-text-centered" href="https://www.google.com">
<span class="icon is-large"> <span class="icon 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">
<strong>Getting Started</strong> <strong>Getting Started</strong>
</p> </p>
<p class="subtitle">Build the yuzu source and make a contribution</p> <p class="subtitle is-6">Build the yuzu source and make a contribution</p>
</a> </a>
<a class="column has-text-centered" href="https://www.google.com"> <a class="column is-hero-action has-text-centered" href="https://www.google.com">
<span class="icon is-large"> <span class="icon 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">
<strong>Hacking the Switch</strong> <strong>Reverse Engineering</strong>
</p> </p>
<p class="subtitle">Learn about the Switch hardware and software stack</p> <p class="subtitle is-6">Learn the Switch hardware and software stack</p>
</a> </a>
<a class="column has-text-centered" href="https://www.google.com"> <a class="column is-hero-action has-text-centered" href="https://www.google.com">
<span class="icon is-large"> <span class="icon 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">
<strong>Homebrew Development</strong> <strong>Homebrew Apps</strong>
</p> </p>
<p class="subtitle">Tools and resources to get started with Switch homebrew</p> <p class="subtitle is-6">Resources to get started with Switch homebrew</p>
</a> </a>
</nav> </nav>
</div> </div>

View file

@ -15,6 +15,10 @@
background: $navbar-background-color; background: $navbar-background-color;
} }
.is-hero-action:hover {
text-shadow: 4px 4px 16px #fff;
}
// https://github.com/jgthms/bulma/issues/935 // https://github.com/jgthms/bulma/issues/935
.navbar-dropdown { .navbar-dropdown {
a.navbar-item { a.navbar-item {