fixed 🎨 List hover styling too bright

This commit is contained in:
Nuno Coração
2023-04-22 12:54:31 +01:00
parent af93d93c23
commit 096fa3e919
5 changed files with 3 additions and 5 deletions
-1
View File
@@ -744,7 +744,6 @@ select {
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
color: rgba(var(--color-neutral), 1);
text-decoration: none;
background-color: rgba(var(--color-primary-600), 1);
border-radius: 0.09rem;
}