diff --git a/index.html b/index.html index 7bd38ae..bde6cca 100644 --- a/index.html +++ b/index.html @@ -39,13 +39,13 @@ + -
@@ -61,13 +61,13 @@ + -
@@ -88,13 +88,13 @@ + -
@@ -111,6 +111,7 @@ + Tweet
@@ -118,7 +119,6 @@ Share -
diff --git a/src/shareon.css b/src/shareon.css index 57db531..8339582 100644 --- a/src/shareon.css +++ b/src/shareon.css @@ -140,6 +140,13 @@ background-image: url("icons/reddit.svg"); } +.shareon > .teams { + background-color: #6264a7; +} +.shareon > .teams:before { + background-image: url("icons/teams.svg"); +} + .shareon > .telegram { background-color: #26a5e4; } @@ -147,11 +154,11 @@ background-image: url("icons/telegram.svg"); } -.shareon > .teams { - background-color: #6264a7; +.shareon > .tumblr { + background-color: #36465d; } -.shareon > .teams:before { - background-image: url("icons/teams.svg"); +.shareon > .tumblr:before { + background-image: url("icons/tumblr.svg"); } .shareon > .twitter { @@ -185,10 +192,3 @@ .shareon > .whatsapp:before { background-image: url("icons/whatsapp.svg"); } - -.shareon > .tumblr { - background-color: #36465d; -} -.shareon > .tumblr:before { - background-image: url("icons/tumblr.svg"); -}