Added some good examples

This commit is contained in:
Your Name
2025-09-14 16:15:35 -04:00
parent b59bf17372
commit 9f0b0638e5

View File

@@ -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 */