From 54afafdf2b400d44eeb318a4a2f7c3b14fd3ad4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gra=C3=9Fhoff?= Date: Tue, 4 Mar 2025 14:53:52 +0100 Subject: [PATCH] Added a button for Matrix network. --- css/brands.css | 6 ++++++ images/icons/matrix.svg | 7 +++++++ index.html | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 images/icons/matrix.svg diff --git a/css/brands.css b/css/brands.css index efc898ab..51e3d0cd 100644 --- a/css/brands.css +++ b/css/brands.css @@ -345,6 +345,12 @@ --button-border:1px solid #FFFFFF; } +/* Matrix */ +.button-matrix { + --button-text:#000000; + --button-background:#ffffff; +} + /* Medium */ .button-medium { --button-text:#ffffff; diff --git a/images/icons/matrix.svg b/images/icons/matrix.svg new file mode 100644 index 00000000..bc41720a --- /dev/null +++ b/images/icons/matrix.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 6b406494..1e8996ec 100644 --- a/index.html +++ b/index.html @@ -206,6 +206,9 @@ Mastodon + + Matrix + Medium