Skip to content

Commit 889cf39

Browse files
authored
fix: admonition colors (#119)
1 parent 6a8dd41 commit 889cf39

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

docs/user-documentation/pss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PSS provides a pub-sub facility that can be used for a variety of tasks. Nodes a
1414

1515
The intended use of PSS is to communicate privately with a publicly known identity (to for example initiate further communication directly). Due to the cost of mining the trojan chunks, it is not recommended to use as an instant messaging system.
1616

17-
:::warn Light nodes are unreachable
17+
:::caution Light nodes are unreachable
1818
Be aware! You can not send message to Light nodes! This is because light nodes does not fully participate
1919
in the data exchange in Swarm network and hence the message won't arrive to them.
2020
:::

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = {
110110
: "https://github.com/ethersphere/bee-js-docs",
111111
},
112112
theme: {
113-
customCss: require.resolve("./src/css/custom.css"),
113+
customCss: [require.resolve("./src/css/custom.css")],
114114
},
115115
},
116116
],

src/css/custom.css

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)