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