From e2bc345146634e391a89259dabba3c8d46dff4aa Mon Sep 17 00:00:00 2001 From: Vylion Date: Sun, 17 Aug 2025 06:53:23 +0200 Subject: [PATCH] Added fallback color for fediverse button --- css/brands.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/brands.css b/css/brands.css index 949267b..8005375 100644 --- a/css/brands.css +++ b/css/brands.css @@ -349,8 +349,8 @@ /* Mastodon Alt */ .button-fediverse { --button-text:#000000; + --button-background:#C5E024; background-image:linear-gradient(90deg,#C5E024,#73E024); - /* --button-background:#7AFF04; /* --button-background:#72B62D; /* --button-border:1px solid #ffffff;,*/ } -- 2.51.2