diff --git a/css/brands.css b/css/brands.css index 2f41cb9..ddc2484 100644 --- a/css/brands.css +++ b/css/brands.css @@ -483,6 +483,16 @@ button:hover, filter: brightness(90%); } +/* Hackerrank */ +.button.button-hackerrank { + color: #ffffff; + background-color: #32c766; +} +.button.button-hackerrank:hover, +.button.button-hackerrank:focus { + filter: brightness(90%); +} + /* Hedgedoc */ .button.button-hedgedoc { color: #ffffff; diff --git a/images/icons/hackerrank.png b/images/icons/hackerrank.png new file mode 100644 index 0000000..e978f8f Binary files /dev/null and b/images/icons/hackerrank.png differ diff --git a/index.html b/index.html index 42825e8..7b86471 100644 --- a/index.html +++ b/index.html @@ -136,6 +136,9 @@ Mealie
+ + + HackerRank