update light mode link color

This commit is contained in:
akcodez
2024-11-19 12:01:35 -08:00
parent d9478bacba
commit ff8ae9d6d4
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1275,6 +1275,11 @@ $company-logos-light: (
color: #7919FF;
}
}
.card-description {
a {
color: #7919FF !important;
}
}
.developer-tools__image {
background-image: url("../img/tokenization/lightmode/graphic.png");
}