mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
🔀 Merge pull request #1041 from alexakreizinger/fix-hover-behavior-for-anchor-links
bug: fix anchor hover color/behavior in dark mode
This commit is contained in:
@@ -2973,9 +2973,9 @@ code {
|
||||
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity, 1));
|
||||
}
|
||||
|
||||
.group:hover .dark\:group-hover\:text-neutral-700:is(.dark *) {
|
||||
.group:hover .dark\:group-hover\:text-primary-700:is(.dark *) {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(var(--color-neutral-700), var(--tw-text-opacity, 1));
|
||||
color: rgba(var(--color-primary-700), var(--tw-text-opacity, 1));
|
||||
}
|
||||
|
||||
.group:hover .dark\:group-hover\:text-primary-400:is(.dark *) {
|
||||
|
||||
Reference in New Issue
Block a user