diff --git a/styles/_tutorials.scss b/styles/_tutorials.scss index 2d5f711c73..20873c2b38 100644 --- a/styles/_tutorials.scss +++ b/styles/_tutorials.scss @@ -106,6 +106,14 @@ text-decoration: none; } + code { + color: $green-600; + background-color: $green-1000; + border-radius: 4px; + padding-left: 4px; + padding-right: 4px; + } + .card-icon-container { width: 50px; height: 50px; diff --git a/template/pagetype-tutorials.html.jinja b/template/pagetype-tutorials.html.jinja index a35f23cf39..ccd2bddeca 100644 --- a/template/pagetype-tutorials.html.jinja +++ b/template/pagetype-tutorials.html.jinja @@ -90,14 +90,14 @@ }, { "title": "Configure rippled Server", - "description": "These tutorials describe the steps to run rippled in stand-alone mode and test features without a full network.", + "description": "These tutorials describe the steps to customize your rippled server configuration.", "href": "configure-rippled.html", "img": "", "external": true, }, { "title": "Run rippled in Standalone Mode", - "description": "Using the xrpl.js client library.", + "description": "These tutorials describe the steps to run rippled in stand-alone mode and test features without a full network.", "href": "use-stand-alone-mode.html", "img": "", "external": true,