From fb9da2e6e277ee5f5b4bbd48af6c38c4e9afc7fc Mon Sep 17 00:00:00 2001 From: Keejef Date: Mon, 9 Oct 2023 19:05:32 +1100 Subject: [PATCH] fix: bump contrast on attachment overlay text --- stylesheets/_modules.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 7f05611e0..4f69b9536 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -834,11 +834,13 @@ color: var(--white-color); - font-size: 20px; + font-size: 30px; font-weight: normal; letter-spacing: 0; text-align: center; + --text-shadow-offset: 0.05em; + text-shadow: var(--black-color) var(--text-shadow-offset) var(--text-shadow-offset) 0.15em; } .module-image__close-button {