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 +}