Skip to content

Commit

Permalink
Bugfix highlight knaek
Browse files Browse the repository at this point in the history
Former-commit-id: 7c1e307
  • Loading branch information
bastiaanv committed Sep 18, 2019
1 parent 288e82e commit a1c20a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ a {
}
}

a.knaek:hover() {
background: none;
color: none;
}

button {
@extend a;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</section>
<section class="container" style="padding-top: 0px">
<h3>Partners</h3>
<a alt="Knaek studentenkorting in Eindhoven" href="https://www.knaek.nl/studentenkorting/eindhoven?&utm_campaign=SV_Salve Mundi" rel="dofollow" target="_blank"><img height="100px" alt="Studentenkorting in Eindhoven" src="https://www.knaek.nl/knaek-logo-studentenverenigingen-app.png"></a>
<a class="knaek" alt="Knaek studentenkorting in Eindhoven" href="https://www.knaek.nl/studentenkorting/eindhoven?&utm_campaign=SV_Salve Mundi" rel="dofollow" target="_blank"><img height="100px" alt="Studentenkorting in Eindhoven" src="https://www.knaek.nl/knaek-logo-studentenverenigingen-app.png"></a>
</section>
</main>
</div>
Expand Down

0 comments on commit a1c20a1

Please sign in to comment.