Skip to content

Commit 9498af7

Browse files
committed
more fun css - turn the button black on highglight
1 parent 99b24fe commit 9498af7

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

client/log_in.svg

Lines changed: 2 additions & 2 deletions
Loading

client/style.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ a {
4545
margin-right: auto;
4646
margin-top: 50px;
4747
text-align: center;
48+
.login-btn .spotify-btn {
49+
.main {
50+
fill: @accent-color;
51+
}
52+
&:hover .main {
53+
fill: black;
54+
}
55+
}
4856
}
4957
.error {
5058
color: @error-color;

0 commit comments

Comments
 (0)