diff --git a/css/brands.css b/css/brands.css index 1cf9f384..fd46484d 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 00000000..0b6d7241 --- /dev/null +++ b/icons/rocketseat.svg @@ -0,0 +1,3 @@ + + + diff --git a/index.html b/index.html index 06c9135a..694d7663 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,11 @@ Reddit -
+
+ + + Rocketseat +
Medium