From 05837a7404ad65a3a56ccb8bc191d87e7c858afb Mon Sep 17 00:00:00 2001 From: Phu Pham Date: Tue, 2 May 2023 14:47:58 -0400 Subject: [PATCH] add rippled color code --- styles/_tutorials.scss | 8 ++++++++ template/pagetype-tutorials.html.jinja | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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,