Skip to content

Commit bbc5f60

Browse files
committed
update theme
1 parent 6a14b11 commit bbc5f60

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/content/docs/protocol/api.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
---
22
title: Consensus API Schema
3-
description: Introduce Consensus core concepts
3+
description: Introduce Consensus API
44
---
55

6-
<img
7-
src="/construction.png"
8-
alt="Replicated nodes independently calling an external API"
9-
class="consensus-diagram light"
10-
/> <img
11-
src="/constructiondark.png"
12-
alt="Replicated nodes independently calling an external API"
13-
class="consensus-diagram dark"
14-
/>
6+
This page defines all the routes available on the Consensus x402 Server.
7+

src/styles/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
--sl-color-bg-accent: #000;
1515
}
1616

17+
:root[data-theme='dark'] {
18+
--sl-color-black: #000;
19+
--sl-color-bg: #000;
20+
--sl-color-bg-nav: #000;
21+
--sl-color-bg-sidebar: #000;
22+
}
23+
1724
.consensus-diagram {
1825
width: 100%;
1926
display: none;

0 commit comments

Comments
 (0)