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 {