From 33f2c4639ae555717e66978c1ab9a5be53ab4ed3 Mon Sep 17 00:00:00 2001 From: RedNumber1 <32143878+RedNumber1@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:47:29 +0000 Subject: [PATCH 1/3] Update preview.html removed post.news since it shutdown and added peertube --- preview.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/preview.html b/preview.html index 2b98472..3b46d6a 100644 --- a/preview.html +++ b/preview.html @@ -232,6 +232,10 @@ Partiful
+ + Peertube +
+ Pixelfed
@@ -240,9 +244,6 @@ PlayStation
- - Post.news
- Listen on Qobuz
From 1f6a2d8377a760ccfbee6f20a381b0da87cea7a0 Mon Sep 17 00:00:00 2001 From: RedNumber1 <32143878+RedNumber1@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:50:08 +0000 Subject: [PATCH 2/3] Add files via upload --- images/icons-extended/peertube.svg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 images/icons-extended/peertube.svg diff --git a/images/icons-extended/peertube.svg b/images/icons-extended/peertube.svg new file mode 100644 index 0000000..5dacced --- /dev/null +++ b/images/icons-extended/peertube.svg @@ -0,0 +1,8 @@ + + + + + + + + From 0f66444c4d5a2d630369ea857c02e6d3670b36c0 Mon Sep 17 00:00:00 2001 From: RedNumber1 <32143878+RedNumber1@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:53:31 +0000 Subject: [PATCH 3/3] Update brands-extended.css --- css/brands-extended.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/css/brands-extended.css b/css/brands-extended.css index 25a7d5a..e86becb 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -456,6 +456,16 @@ button:hover, filter: brightness(90%); } +/* Peertube */ +.button.button-peertube { + color: #000000; + background-color: #FCE8DB; + border: 1px solid #000000; +} +.button.button-peertube:hover, +.button.button-peertube:focus { + filter: brightness(90%) } + /* Pixelfed */ .button.button-pixelfed { color: #000000; @@ -475,16 +485,6 @@ button:hover, .button.button-playstation:focus { filter: brightness(90%) } -/* Post.news */ -.button.button-post-news { -color: #ffffff; -background-color: #678BFF; -} -.button.button-post-news:hover, -.button.button-post-news:focus { -filter: brightness(90%); -} - /* Qobuz */ .button.button-qobuz { color: #ffffff;