fix: link color

This commit is contained in:
Anthony Fu 2022-11-23 22:21:18 +08:00
parent 8c1721f1c0
commit 1771291c08
6 changed files with 9 additions and 8 deletions

View file

@ -38,7 +38,7 @@ html {
.rich-content {
a {
--at-apply: text-primary hover:underline;
--at-apply: text-primary hover:underline hover:text-primary-active;
.invisible {
--at-apply: hidden;
}