diff --git a/VERSION b/VERSION index fe04e7f..236c7ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.20 +0.0.21 diff --git a/src/nostr_bridge.c b/src/nostr_bridge.c index 1ce40b4..e3427ac 100644 --- a/src/nostr_bridge.c +++ b/src/nostr_bridge.c @@ -473,6 +473,7 @@ static const char *sovereign_page_css(void) { " border-radius: 4px; }\n" " .theme-toggle { position: fixed; top: 20px; right: 20px;\n" " display: flex; align-items: center; gap: 8px; cursor: pointer;\n" + " text-decoration: none; user-select: none;\n" " font-size: 12px; color: var(--muted); user-select: none;\n" " border: 1px solid var(--border); border-radius: var(--radius);\n" " padding: 4px 10px; background: var(--bg); z-index: 10; }\n" @@ -507,11 +508,10 @@ static char *sovereign_page_head(const char *title) { * Returns a newly-allocated string (g_free). */ static char *sovereign_page_foot(void) { return g_strdup_printf( - "