commit fc0905d92d1cb73c28b00111be738a18e2fbfe3a parent 512d60d8404762eb2516c8c21854d515a323c24c Author: Matthew Gantenbein <ganten1998@gmail.com> Date: Mon, 25 May 2026 08:47:11 -0500 Keep the settings modal readable (full-screen modal floor via --glass-menus) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Diffstat:
| M | Glass.theme.css | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/Glass.theme.css b/Glass.theme.css @@ -86,3 +86,9 @@ body, background-color: transparent !important; background-image: none !important; } + +/* The user-settings page renders as a full-screen modal and otherwise inherits a + * near-transparent surface tier — keep modals readable (uses --glass-menus). */ +[class*="modal_"] { + background-color: rgba(30, 31, 34, var(--glass-menus)) !important; +}