From d58ccf2ab9143c44e6ddf285efa08b54b764a410 Mon Sep 17 00:00:00 2001 From: Grace Kind Date: Sat, 2 May 2026 16:16:36 -0500 Subject: [PATCH] Update toast link styles --- package.json | 2 +- src/css/style.css | 5 ++++- src/manifest.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7f3d3073..cc9145ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impro", - "version": "0.11.42", + "version": "0.11.43", "type": "module", "scripts": { "start": "rm -rf build && NODE_ENV=development eleventy --serve", diff --git a/src/css/style.css b/src/css/style.css index 541fc077..1f326522 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -5324,8 +5324,11 @@ context-menu-item-group:not(:last-child) .context-menu-item-group { } .toast-with-link a { - color: var(--text-color); + color: inherit; text-decoration: underline; + font-weight: 500; + display: inline-block; + margin-left: 2px; } .lightbox-container { diff --git a/src/manifest.json b/src/manifest.json index 0de1ef5d..64cf68df 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,7 +4,7 @@ "start_url": "/", "display": "standalone", "background_color": "#1a1a1a", - "theme_color": "#9054f9", + "theme_color": "#418af7", "orientation": "portrait-primary", "icons": [ { -- 2.51.2