diff --git a/css/brands.css b/css/brands.css index b87666b..affc37a 100644 --- a/css/brands.css +++ b/css/brands.css @@ -84,7 +84,7 @@ button:hover, filter: brightness(90%); } -/* Apple MCSC */ +/* MCSC */ .button.button-mcsc { color: #6c2bd9; background-color: #ffffff; @@ -94,6 +94,15 @@ button:hover, filter: brightness(90%); } +/* Work */ +.button.button-instagram { + color: #ffffff; + background-image: linear-gradient(-135deg, #120967, #1d6ff5, #b61dff); +} +.button.button-instagram:hover, +.button.button-instagram:focus { + filter: brightness(90%); +}