From ad9cd8b2f6b9a93c911362541065910c3c3f1261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20In=C3=A1cio=20Neto?= Date: Tue, 20 Oct 2020 19:58:58 -0300 Subject: [PATCH] Add Rocketseat icon, link --- css/brands.css | 8 ++++++++ icons/rocketseat.svg | 3 +++ index.html | 6 +++++- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 icons/rocketseat.svg diff --git a/css/brands.css b/css/brands.css index c739510..3f5780c 100644 --- a/css/brands.css +++ b/css/brands.css @@ -165,6 +165,14 @@ button:hover, .button.button-reddit:focus { filter: brightness(90%) } +/* Rocketseat */ +.button.button-rocketseat { + color: #FFFFFF; + background-color: #8257E6 } +.button.button-rocketseat:hover, +.button.button-rocketseat:focus { + filter: brightness(90%) } + /* Snapchat */ .button.button-snapchat { color: #000000; diff --git a/icons/rocketseat.svg b/icons/rocketseat.svg new file mode 100644 index 0000000..0b6d724 --- /dev/null +++ b/icons/rocketseat.svg @@ -0,0 +1,3 @@ + + + diff --git a/index.html b/index.html index 8d2848b..4c9b385 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,11 @@ Reddit -
+
+ + + Rocketseat +
Medium