From db917e1f5f7edffd5eab30037b9ae62ef5a9abcb Mon Sep 17 00:00:00 2001 From: AdamPS Date: Fri, 19 May 2023 12:36:26 +0100 Subject: [PATCH] Google+ is no longer in operation --- css/rrssb.buttons.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/rrssb.buttons.css b/css/rrssb.buttons.css index 9cfecc3..0a62a2c 100644 --- a/css/rrssb.buttons.css +++ b/css/rrssb.buttons.css @@ -13,9 +13,6 @@ .rrssb-buttons li.rrssb-github a { background-color: #444; } .rrssb-buttons li.rrssb-github a:hover { background-color: #2b2b2b; } .rrssb-github .rrssb-icon { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23FFF' d='M13.97 1.57c-7.03 0-12.733 5.703-12.733 12.74 0 5.622 3.636 10.393 8.717 12.084.637.13.87-.277.87-.615 0-.302-.013-1.103-.02-2.165-3.54.77-4.29-1.707-4.29-1.707-.578-1.473-1.413-1.863-1.413-1.863-1.154-.79.09-.775.09-.775 1.276.104 1.96 1.316 1.96 1.312 1.135 1.936 2.99 1.393 3.712 1.06.116-.823.445-1.384.81-1.704-2.83-.32-5.802-1.414-5.802-6.293 0-1.39.496-2.527 1.312-3.418-.132-.322-.57-1.617.123-3.37 0 0 1.07-.343 3.508 1.305A12.22 12.22 0 0 1 14 7.732c1.082 0 2.167.156 3.198.44 2.43-1.65 3.498-1.307 3.498-1.307.695 1.754.258 3.043.13 3.37a4.968 4.968 0 0 1 1.314 3.43c0 4.893-2.978 5.97-5.814 6.286.458.388.876 1.16.876 2.358 0 1.703-.016 3.076-.016 3.482 0 .334.232.748.877.61 5.056-1.687 8.7-6.456 8.7-12.08-.055-7.058-5.75-12.757-12.792-12.75z'/%3E%3C/svg%3E"); } -.rrssb-buttons li.rrssb-googleplus a { background-color: #e93f2e; } -.rrssb-buttons li.rrssb-googleplus a:hover { background-color: #ce2616; } -.rrssb-googleplus .rrssb-icon { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M21 8.29h-1.95v2.6h-2.6v1.82h2.6v2.6H21v-2.6h2.6v-1.885H21V8.29zM7.614 10.306v2.925h3.9c-.26 1.69-1.755 2.925-3.9 2.925-2.34 0-4.29-2.016-4.29-4.354s1.885-4.353 4.29-4.353c1.104 0 2.014.326 2.794 1.105l2.08-2.08c-1.3-1.17-2.924-1.883-4.874-1.883C3.65 4.586.4 7.835.4 11.8s3.25 7.212 7.214 7.212c4.224 0 6.953-2.988 6.953-7.082 0-.52-.065-1.104-.13-1.624H7.614z'/%3E%3C/svg%3E"); } .rrssb-buttons li.rrssb-hackernews a { background-color: #f60; } .rrssb-buttons li.rrssb-hackernews a:hover { background-color: #cc5200; } .rrssb-hackernews .rrssb-icon { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23FFF' d='M14 13.626l-4.508-9.19H6.588l6.165 12.208v6.92h2.51v-6.92l6.15-12.21H18.69z'/%3E%3C/svg%3E"); }