Changed hover color for all links in light mode

This commit is contained in:
MOHD NEHAL KHAN 2023-05-07 00:09:10 +05:30
parent 92f26f9bdd
commit 190b1b4941

View file

@ -748,7 +748,7 @@ select {
} }
.prose :where(a):not(:where([class~="not-prose"] *)):hover { .prose :where(a):not(:where([class~="not-prose"] *)):hover {
color: rgba(var(--color-neutral), 1); color: var(--tw-prose-body);
text-decoration: none; text-decoration: none;
border-radius: 0.09rem; border-radius: 0.09rem;
} }