update link color

This commit is contained in:
akcodez
2024-11-19 10:53:13 -08:00
parent 40cb258615
commit 334711ac8e
3 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1051,7 +1051,7 @@
flex-direction: column;
gap: 8px;
}
.com-card-link {
text-decoration: none;
cursor: pointer;

View File

@@ -1321,4 +1321,7 @@ $company-logos-light: (
.feature-description {
color: var(--XRPL-Black-Black-80, #232325);
}
.com-card-link {
color: #7919FF !important;
}
}