diff --git a/css/brands.css b/css/brands.css index ab6c685..4c14feb 100644 --- a/css/brands.css +++ b/css/brands.css @@ -761,3 +761,13 @@ button:hover, .button.button-yt:focus { filter: brightness(90%); } + +/* Unsplash */ +.button.button-unsplash { + color: #000000; + background-color: #ffffff; +} +.button.button-unsplash:hover, +.button.button-unsplash:focus { + filter: brightness(90%); +} diff --git a/images/icons/unsplash.svg b/images/icons/unsplash.svg new file mode 100755 index 0000000..031db16 --- /dev/null +++ b/images/icons/unsplash.svg @@ -0,0 +1,3 @@ + + + diff --git a/index.html b/index.html index 6112a53..1984afd 100644 --- a/index.html +++ b/index.html @@ -466,6 +466,11 @@ Post. LogoPost.
+ + + Unsplash LogoUnsplash +
+