Skip to content

Commit

Permalink
more fun css - turn the button black on highglight
Browse files Browse the repository at this point in the history
  • Loading branch information
kauffecup committed Feb 4, 2016
1 parent 99b24fe commit 9498af7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/log_in.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions client/style.less
Expand Up @@ -45,6 +45,14 @@ a {
margin-right: auto;
margin-top: 50px;
text-align: center;
.login-btn .spotify-btn {
.main {
fill: @accent-color;
}
&:hover .main {
fill: black;
}
}
}
.error {
color: @error-color;
Expand Down

0 comments on commit 9498af7

Please sign in to comment.