Is it possible to make all heading text affected by CSS? How is this done?
Is it possible to make all headings essentially hollow with an outline? I couldn’t get the following to work but thought it might be possible.
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;