Within my text lies the following css snippet:
.text-description-header {
font-size: 250%;
color: white;
text-shadow: 0 1px 0 black;
}
Observe the dark shadow effect it possesses.
Inquiry
I am curious if there is a way to alter the shadow to be more opaque?
Your assistance is greatly appreciated.