add rippled color code

This commit is contained in:
Phu Pham
2023-05-02 14:47:58 -04:00
parent f83076bbb8
commit 05837a7404
2 changed files with 10 additions and 2 deletions

View File

@@ -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;

View File

@@ -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 <code>rippled</code> 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 <code>rippled</code> in stand-alone mode and test features without a full network.",
"href": "use-stand-alone-mode.html",
"img": "",
"external": true,