cursor color
This commit is contained in:
parent
64a986fef3
commit
2d37d885bb
|
@ -12,7 +12,9 @@ const HeaderContent = () => {
|
|||
var lastIndex = randomString.lastIndexOf(" ");
|
||||
return <div>
|
||||
<Typewriter options={
|
||||
{cursor: "_"}
|
||||
{cursor: `<span class="text-[color:var(--aquamarine)]">${
|
||||
'_'
|
||||
}</span>`}
|
||||
}
|
||||
onInit={
|
||||
(typewriter) => {
|
||||
|
|
Loading…
Reference in New Issue