diff --git a/README.md b/README.md index efd502c..b45e38d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ To play, visit [flukeout.github.io](http://flukeout.github.io/) or [cssdiner.com ### Change Log +**Oct 25, 2023** +* Added the new twitter logo + **Aug 25,2016** * Added Twitter, Facebook and Email share actions * Tracking clicks with GA Events diff --git a/css/style.css b/css/style.css index 506a69a..9f5fd93 100644 --- a/css/style.css +++ b/css/style.css @@ -61,7 +61,8 @@ header { } .share-menu .share-twitter { - background-image: url(../images/icon-twitter.svg); + background-image: url(../images/X-New-Logo.svg); + background-color: azure; } .share-menu .share-facebook { diff --git a/images/X-New-Logo.svg b/images/X-New-Logo.svg new file mode 100644 index 0000000..805f245 --- /dev/null +++ b/images/X-New-Logo.svg @@ -0,0 +1 @@ + \ No newline at end of file