From 987a63141e602e86a0d48f8d3b50781883e60981 Mon Sep 17 00:00:00 2001 From: inpharmaticist <49789899+inpharmaticist@users.noreply.github.com> Date: Mon, 10 Feb 2025 05:55:36 +0000 Subject: [PATCH] Update brands.css --- css/brands.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/brands.css b/css/brands.css index 0f65a0a..223fd4c 100644 --- a/css/brands.css +++ b/css/brands.css @@ -97,6 +97,13 @@ --button-border:1px solid #FFFFFF; } +/* Bitcoin Help */ +.button-bitcoin { + --button-text: #ffffff; + --button-background: #f7931a; + --button-border: 1px solid #FFFFFF; +} + /* Bluesky */ .button-bluesky { --button-text:#FFFFFF;