Website: update link hover styles (#35949)

Closes: https://github.com/fleetdm/confidential/issues/13118

Changes:
- Updated hover link styles.
This commit is contained in:
Eric 2025-11-18 15:59:02 -06:00 committed by GitHub
parent 49e8f8b9d2
commit 2060518c40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,12 +67,9 @@ a[href] {
}
&:hover {
color: @core-fleet-black;
text-decoration-color: @core-fleet-black;;
text-decoration-color: @core-fleet-black;
}
}
a:hover {
text-decoration: none;
}
a[target='_blank']:not([no-icon]) {
&::after {
content: ' ';