Added hackerearth

This commit is contained in:
Kieran 2022-08-20 10:05:32 +01:00
parent 94305ee443
commit aa2368e181
3 changed files with 16 additions and 0 deletions

View file

@ -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;