From 8062490b93605bd68bc37c473adf2e060589ce48 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 1 Oct 2025 13:15:27 -0500 Subject: [PATCH 1/2] Give captions more contrast on gray BG --- app/assets/stylesheets/rich-text-content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index f73affd41..18641da1a 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -178,7 +178,7 @@ } .attachment__caption { - color: var(--color-ink-dark); + color: color-mix(in oklch, var(--color-ink) 66%, transparent); font-size: var(--text-small); .input { From 60a7e21eb2e0c66833f24ef11b9d85665d3b4704 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 1 Oct 2025 13:37:05 -0500 Subject: [PATCH 2/2] Position lexxy language picker --- app/assets/stylesheets/lexxy.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/lexxy.css b/app/assets/stylesheets/lexxy.css index f2dd41d2e..affd21fef 100644 --- a/app/assets/stylesheets/lexxy.css +++ b/app/assets/stylesheets/lexxy.css @@ -178,11 +178,12 @@ border: 1px solid var(--color-ink-lighter); border-radius: 0.3em; color: var(--color-ink); - font-family: var(--font-mono); + font-family: var(--font-base); font-size: var(--text-x-small); font-weight: 500; + inset-inline-end: 0; line-height: inherit; - margin: 0.3em 0.3em 0 -0.3em; + margin: 0.3em 0.3em 0 0; padding: 0.5em 1.8em 0.5em 1.2em; text-align: start;