From 5224f4afe937139f409401371583c63a7880ea2b Mon Sep 17 00:00:00 2001 From: inpharmaticist <49789899+inpharmaticist@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:54:53 +0000 Subject: [PATCH] nostr button --- css/brands.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/brands.css b/css/brands.css index d9527d4..3760513 100644 --- a/css/brands.css +++ b/css/brands.css @@ -352,6 +352,13 @@ --button-border:1px solid #FFFFFF; } +/* Nostr */ +.button-nostr { + --button-text: #ffffff; + --button-background: #813d9c; + --button-border: 1px solid #FFFFFF; +} + /* Notion */ .button-notion { --button-text:#000000; @@ -603,4 +610,4 @@ --button-text:#ffffff; --button-background:#0B5CFF; --button-border:1px solid #FFFFFF; -} \ No newline at end of file +}