Skip to content

Commit

Permalink
Prevent the logo from slightly resizing on hover (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoChevalier authored and flodolo committed Jul 29, 2016
1 parent e593ec3 commit 8a3343f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/style/transvision.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ h2,
width: 250px;
}

/* Prevents the tiny resize of the logo on hover */
#logo a:hover {
text-decoration: none;
}

h1 a,
h1 a:visited {
color: #333;
Expand Down

0 comments on commit 8a3343f

Please sign in to comment.