mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
add rippled color code
This commit is contained in:
@@ -106,6 +106,14 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
color: $green-600;
|
||||||
|
background-color: $green-1000;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.card-icon-container {
|
.card-icon-container {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|||||||
@@ -90,14 +90,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Configure rippled Server",
|
"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",
|
"href": "configure-rippled.html",
|
||||||
"img": "",
|
"img": "",
|
||||||
"external": true,
|
"external": true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Run rippled in Standalone Mode",
|
"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",
|
"href": "use-stand-alone-mode.html",
|
||||||
"img": "",
|
"img": "",
|
||||||
"external": true,
|
"external": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user