Apply several suggestions from Rome during code review

Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
Caleb Kniffen
2023-05-15 14:50:18 -05:00
committed by GitHub
parent 0ba197c7b3
commit 5bbf56fd17
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
}
.dev-tools-link:hover p {
color: #000
color: $black
}
}
@@ -86,11 +86,11 @@
}
.dev-tools-link:hover p {
color: #fff;
color: $white;
}
.flat-card-grid .nav-link:hover {
color: #E0E0E1;
color: $gray-200;
}
}
@@ -149,7 +149,7 @@
h5:hover {
text-decoration: underline;
text-decoration-color: #9A52FF;
text-decoration-color: $purple;
background: none!important;
}

View File

@@ -176,7 +176,7 @@
"href": "https://hooks-testnet.xrpl-labs.com/" },
{ "chip": _("Enabled"),
"title": _("Non-Fungible Tokens"),
"description": _("Lower fees, faster transactions, and custom token functionality make the XRPL ideally suited for building an ecosystem for NFTs. Explore <a href='docs.html'>proposed standards</a> for issuing NFTs."),
"description": _("Lower fees, faster transactions, and custom token functionality make the XRPL ideally suited for building an ecosystem for NFTs. Explore the XRP Ledger's NFT capabilities."),
"href": "non-fungible-tokens.html"},
] %}
{% for feat in features %}