formkit / auto-animate

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.

Home Page:https://auto-animate.formkit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the style of the document can be optimized?

wbxl2000 opened this issue · comments

commented

When selecting the document header, the highlighted words are not displayed in their normal color.

image

It may be necessary to add a class like:

.highlight:focus {
  color: var(--text);
}

This is a minor issue that I am unable to test locally due to some errors.