Add friend

This commit is contained in:
cuom1999 2020-06-23 20:46:33 -05:00
parent 5298e6aaa5
commit e951c761f5
12 changed files with 158 additions and 14 deletions

View file

@ -82,7 +82,7 @@ svg.rate-box {
}
.rate-master, .rate-master a {
color: #ffb100;
color: #ff8c00;
}
.rate-grandmaster, .rate-grandmaster a, .rate-target, .rate-target a {

View file

@ -278,4 +278,19 @@ a.edit-profile {
&.rate-group {
color: white;
}
}
.follow {
background: green;
border-color: lightgreen;
}
.follow:hover {
background: darkgreen;
}
.unfollow {
background: red;
border-color: pink;
}
.unfollow:hover {
background: darkred;
}