diff --git a/css/brands.css b/css/brands.css index 1cf9f38..fd46484 100644 --- a/css/brands.css +++ b/css/brands.css @@ -181,6 +181,14 @@ button:hover, .button.button-youtube: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 06c9135..694d766 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,11 @@ Reddit -
+
+ + + Rocketseat +
Medium