fix: update shadow, font size and bg color

pull/2952/head
Kee Jefferys 8 months ago
parent fb9da2e6e2
commit 91475bbce9

@ -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 {

Loading…
Cancel
Save