Add white text color to hover state of primary links
This commit is contained in:
parent
2c69adc9a7
commit
b7a2b90da3
1 changed files with 1 additions and 0 deletions
1
dist/css/styles.css
vendored
1
dist/css/styles.css
vendored
|
|
@ -759,6 +759,7 @@ a:hover {
|
||||||
background: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary) 100%);
|
background: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary) 100%);
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
box-shadow: var(--shadow-lg);
|
box-shadow: var(--shadow-lg);
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue