mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Apply several suggestions from Rome during code review
Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dev-tools-link:hover p {
|
.dev-tools-link:hover p {
|
||||||
color: #000
|
color: $black
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -86,11 +86,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dev-tools-link:hover p {
|
.dev-tools-link:hover p {
|
||||||
color: #fff;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flat-card-grid .nav-link:hover {
|
.flat-card-grid .nav-link:hover {
|
||||||
color: #E0E0E1;
|
color: $gray-200;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
|
|
||||||
h5:hover {
|
h5:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-color: #9A52FF;
|
text-decoration-color: $purple;
|
||||||
background: none!important;
|
background: none!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -176,7 +176,7 @@
|
|||||||
"href": "https://hooks-testnet.xrpl-labs.com/" },
|
"href": "https://hooks-testnet.xrpl-labs.com/" },
|
||||||
{ "chip": _("Enabled"),
|
{ "chip": _("Enabled"),
|
||||||
"title": _("Non-Fungible Tokens"),
|
"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"},
|
"href": "non-fungible-tokens.html"},
|
||||||
] %}
|
] %}
|
||||||
{% for feat in features %}
|
{% for feat in features %}
|
||||||
|
|||||||
Reference in New Issue
Block a user