mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
add rippled color code
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user