Added HackerRank - Readded devpost
This commit is contained in:
parent
6d0629c1bb
commit
94305ee443
3 changed files with 37 additions and 5 deletions
|
@ -89,8 +89,8 @@ button:hover,
|
|||
color: #1769ff;
|
||||
background-color: #ffff;
|
||||
}
|
||||
.button.button-devpost:hover,
|
||||
.button.button-devpost:focus {
|
||||
.button.button-behance:hover,
|
||||
.button.button-behance:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
|
@ -99,8 +99,8 @@ button:hover,
|
|||
color: #0000;
|
||||
background-color: #ffff;
|
||||
}
|
||||
.button.button-devpost:hover,
|
||||
.button.button-devpost:focus {
|
||||
.button.button-codepen:hover,
|
||||
.button.button-codepen:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
|
@ -124,6 +124,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Hackerrank */
|
||||
.button.button-hackerrank {
|
||||
color: #0000;
|
||||
background-color: #ffff;
|
||||
}
|
||||
.button.button-hackerrank:hover,
|
||||
.button.button-hackerrank:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Micro.blog */
|
||||
.button.button-microblog {
|
||||
color: #FFFFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue