Added hackerearth
This commit is contained in:
parent
94305ee443
commit
aa2368e181
3 changed files with 16 additions and 0 deletions
|
@ -124,6 +124,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Hackerearth */
|
||||
.button.button-hackerearth {
|
||||
color: #fff;
|
||||
background-color: #2b3352;
|
||||
}
|
||||
.button.button-hackerearth:hover,
|
||||
.button.button-hackerearth:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Hackerrank */
|
||||
.button.button-hackerrank {
|
||||
color: #0000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue