diff --git a/src/pages/docs/discord-sdk-godot/index.mdx b/src/pages/docs/discord-sdk-godot/index.mdx index 3d1d846..8bf19a3 100644 --- a/src/pages/docs/discord-sdk-godot/index.mdx +++ b/src/pages/docs/discord-sdk-godot/index.mdx @@ -45,7 +45,7 @@ To make anything work in the plugin make sure to run | Recommended | Manual | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| 1. Open the AssetLib tab in your Godot Editor.
2. Search for "discord" and install all the files from this plugin | 1. [Download the addon](https://github.com/vaporvee/discord-sdk-godot/releases/latest/download/ADDON-Discord-SDK-Godot.zip/)
2. Put the `addons/` folder in the root of your Godot project | +|
  1. Open the AssetLib tab in your Godot Editor.
  2. Search for "discord" and install all the files from this plugin
|
  1. [Download the addon](https://github.com/vaporvee/discord-sdk-godot/releases/latest/download/ADDON-Discord-SDK-Godot.zip/)
  2. Put the `addons/` folder in the root of your Godot project
| 3. Enable the addon in your Project Settings under "Plugins" and "DiscordSDK".
(Also adds DiscordSDKLoader autoload wich should be ignored. It needs to run in the background to comunicate with the Discord client) 4. Restart your project with the window that should now appear.

diff --git a/src/styles/main.scss b/src/styles/main.scss index a4b1da2..43bd162 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -70,7 +70,7 @@ table { display: block; } -b { +b, strong { font-family: "Satoshi-Bold"; color: $accent; }