generated at
あいまい


a01.svg
<svg width="400" height="100" viewBox="0 0 400 100" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> :root { --col-1:black; --col-2:white; --col-3:gray; } #tx01{ font-weight:800; fill: var(--col-2); stroke: var(--col-1); stroke-width:4; stroke-linecap:round; stroke-linejoin:round; animation: textAnime 12s linear infinite; } /* @media (prefers-color-scheme: light) { /* */ @media (prefers-color-scheme: dark) { /* */ #tx01{ --col-1:white; --col-2:black; --col-3:blue; } } @keyframes textAnime { 0% { } 25% { fill: var(--col-1); stroke: var(--col-3); } 50% { fill: var(--col-2); stroke: var(--col-3); } 75% { fill: var(--col-1); stroke: var(--col-3); } 100% { } } </style> <text id="tx01" x="10" y="90" font-size="90" letter-spacing="10" word-spacing="10" > あいまい </text> </svg>