fix: update shadow, font size and bg color

This commit is contained in:
Kee Jefferys 2023-10-17 18:01:33 +11:00
parent fb9da2e6e2
commit 91475bbce9
1 changed files with 5 additions and 7 deletions

View File

@ -834,13 +834,11 @@
color: var(--white-color);
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;
font-size: 20px;
font-weight: normal;
letter-spacing: 0;
text-align: center;
background-color: rgba(0, 0, 0, 0.7);
}
.module-image__close-button {