From 9f0b0638e50ec729a19e1eaac9837c392c92fef6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 14 Sep 2025 16:15:35 -0400 Subject: [PATCH] Added some good examples --- lite/nostr-lite.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lite/nostr-lite.js b/lite/nostr-lite.js index 133ba78..4a30a44 100644 --- a/lite/nostr-lite.js +++ b/lite/nostr-lite.js @@ -8,7 +8,7 @@ * Two-file architecture: * 1. Load nostr.bundle.js (official nostr-tools bundle) * 2. Load nostr-lite.js (this file - NOSTR_LOGIN_LITE library with CSS-only themes) - * Generated on: 2025-09-14T17:19:15.753Z + * Generated on: 2025-09-14T20:06:51.995Z */ // Verify dependencies are loaded @@ -550,15 +550,15 @@ const THEME_CSS = { /* Floating Tab Variables (8) */ --nl-tab-bg-logged-out: #ffffff; - --nl-tab-bg-logged-in: #000000; + --nl-tab-bg-logged-in: #ffffff; --nl-tab-bg-opacity-logged-out: 0.9; - --nl-tab-bg-opacity-logged-in: 0.8; + --nl-tab-bg-opacity-logged-in: 0.2; --nl-tab-color-logged-out: #000000; --nl-tab-color-logged-in: #ffffff; --nl-tab-border-logged-out: #000000; --nl-tab-border-logged-in: #ff0000; --nl-tab-border-opacity-logged-out: 1.0; - --nl-tab-border-opacity-logged-in: 0.9; + --nl-tab-border-opacity-logged-in: 0.1; } /* Base component styles using simplified variables */