UX: ensure links styled as buttons don't get visited color (#25199)

This commit is contained in:
Kris 2024-01-09 18:33:50 -05:00 committed by GitHub
parent 949a1f5279
commit 18f8ebb2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@
margin: 0;
font-weight: normal;
color: $text-color;
&:visited {
// covers cases where we add button classes to links
color: $text-color;
}
background-color: $bg-color;
background-image: linear-gradient(
to bottom,