Syntax
text-stroke-color
Setting the color of the stroke for text characters.
Overview
Class | Declarations |
---|---|
text-stroke:<color> | -webkit-text-stroke-color: <color>;
|
text-stroke:current | -webkit-text-stroke-color: currentColor;
|
text-stroke:transparent | -webkit-text-stroke-color: transparent;
|
Apply conditionally
Apply styles based on different states using selectors and conditional queries.
<div class="text-stroke:blue-20:hover text-stroke:blue-20@sm text-stroke:blue-20@dark text-stroke:blue-20@print">…</div>