Add white text color to hover state of primary links

This commit is contained in:
fynks 2025-08-25 10:33:06 +05:00
parent 2c69adc9a7
commit b7a2b90da3

1
dist/css/styles.css vendored
View file

@ -759,6 +759,7 @@ a:hover {
background: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary) 100%);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
color: white;
}
.btn-secondary {