diff --git a/styles/_docs.scss b/styles/_docs.scss index 3854bf4475..dbdb016fc0 100644 --- a/styles/_docs.scss +++ b/styles/_docs.scss @@ -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; } diff --git a/template/page-home.html.jinja b/template/page-home.html.jinja index 5220d37ced..d24bdcaf3c 100644 --- a/template/page-home.html.jinja +++ b/template/page-home.html.jinja @@ -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 proposed standards 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 %}