diff --git a/assets/css/dark.scss b/assets/css/dark.scss
index 4a3aba43..e9ddebd6 100755
--- a/assets/css/dark.scss
+++ b/assets/css/dark.scss
@@ -9,7 +9,7 @@
--borders: #555;
--light-borders: #444;
--blockquote-color: #999;
- --code-bg: #3f3f3f;
+ --code-bg: #5559;
--code-color: #ddd;
--a-color: #58a6ff;
--small-color: gray;
@@ -17,6 +17,7 @@
--table-alt-bg: #2a2a2a;
--kbd-bg: #666;
--kbd-border: #444;
+ --alert-secondary-bg: #444;
--alert-secondary-border: #2f2f2f;
--details-bg: #3f3f3f;
diff --git a/assets/css/light.scss b/assets/css/light.scss
index 4f1d1f65..a540932e 100755
--- a/assets/css/light.scss
+++ b/assets/css/light.scss
@@ -9,7 +9,7 @@
--borders: #bbb;
--light-borders: #dee2e6;
--blockquote-color: #666;
- --code-bg: #e9e9e9;
+ --code-bg: #ccc6;
--code-color: #333;
--a-color: #0366d6;
--small-color: gray;
@@ -17,6 +17,7 @@
--table-alt-bg: #f0f0f0;
--kbd-bg: #fafafa;
--kbd-border: #ddd;
+ --alert-secondary-bg: #e9e9e9;
--alert-secondary-border: #bbb;
--details-bg: #f9f9f9;
diff --git a/assets/css/style.scss b/assets/css/style.scss
index 9cd2deef..ad1112f2 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -124,7 +124,7 @@ div .btn-primary:hover {
.alert-secondary {
color: var(--code-color);
- background-color: var(--code-bg);
+ background-color: var(--alert-secondary-bg);
border-color: var(--alert-secondary-border);
}
diff --git a/pages/_en-US/ds-index/index.md b/pages/_en-US/ds-index/index.md
index 5a45aa50..217d80d9 100644
--- a/pages/_en-US/ds-index/index.md
+++ b/pages/_en-US/ds-index/index.md
@@ -8,6 +8,5 @@ description: An explanation of all things DS modding
Welcome to the Nintendo DS modding resources section. This will attempt to explain most things related to Nintendo DS modding as well as be a basic introduction to the NTR firmware of the Nintendo DS, the TWL firmware of the Nintendo DSi, and TWL_FIRM of the Nintendo 3DS.
-
+If you need help, ask the [DS(i) Mode Hacking!](https://ds-homebrew.com/discord) Discord server. (English only)
+{:.alert .alert-info}
diff --git a/pages/_en-US/twilightmenu/creating-ram-disks.md b/pages/_en-US/twilightmenu/creating-ram-disks.md
index 948a1e34..b3b4f6fa 100644
--- a/pages/_en-US/twilightmenu/creating-ram-disks.md
+++ b/pages/_en-US/twilightmenu/creating-ram-disks.md
@@ -6,7 +6,8 @@ category: other
title: Creating RAM Disks
---
-NOTE: You do not need to follow this if you're using a flashcard.
+You do not need to follow this if you're using a flashcard.
+{:.alert .alert-info}
To make a RAM disk, download [this](http://memory.dataram.com/products-and-services/software/ramdisk#freeware) tool (click `Download Software`), and follow the instructions below.
diff --git a/pages/_en-US/twilightmenu/installing-3ds-manual.md b/pages/_en-US/twilightmenu/installing-3ds-manual.md
index 21808932..8e46fe47 100644
--- a/pages/_en-US/twilightmenu/installing-3ds-manual.md
+++ b/pages/_en-US/twilightmenu/installing-3ds-manual.md
@@ -6,6 +6,9 @@ category: installing
title: Installing (3DS, Manual)
---
+You will first need to have Custom Firmware on your 3DS, follow [3ds.hacks.guide](https://3ds.hacks.guide) to install it
+{:.alert .alert-info}
+
### Installing
1. Download the latest version of `TWiLightMenu-3DS.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
1. Extract `TWiLightMenu-3DS.7z`
diff --git a/pages/_en-US/twilightmenu/updating-3ds-manual.md b/pages/_en-US/twilightmenu/updating-3ds-manual.md
index 173caade..6010c4eb 100644
--- a/pages/_en-US/twilightmenu/updating-3ds-manual.md
+++ b/pages/_en-US/twilightmenu/updating-3ds-manual.md
@@ -6,7 +6,8 @@ category: updating
title: Updating (3DS, Manual)
---
-**NOTE:** If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
+If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
+{:.alert .alert-info}
### Updating
1. Download the latest version of `TWiLightMenu-3DS.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
diff --git a/pages/_en-US/twilightmenu/updating-3ds.md b/pages/_en-US/twilightmenu/updating-3ds.md
index 0690eb34..954071df 100644
--- a/pages/_en-US/twilightmenu/updating-3ds.md
+++ b/pages/_en-US/twilightmenu/updating-3ds.md
@@ -6,7 +6,8 @@ category: updating
title: Updating (3DS)
---
-**NOTE:** If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
+If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
+{:.alert .alert-info}
### Updating
1. Open Universal-Updater
diff --git a/pages/_en-US/twilightmenu/updating-dsi.md b/pages/_en-US/twilightmenu/updating-dsi.md
index f18bca2c..49543658 100644
--- a/pages/_en-US/twilightmenu/updating-dsi.md
+++ b/pages/_en-US/twilightmenu/updating-dsi.md
@@ -6,7 +6,8 @@ category: updating
title: Updating (DSi)
---
-**NOTE:** If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
+If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
+{:.alert .alert-info}
### Updating
1. Download the latest `TWiLightMenu-DSi.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
diff --git a/pages/_en-US/twilightmenu/updating-flashcard.md b/pages/_en-US/twilightmenu/updating-flashcard.md
index 6861b10b..3434b013 100644
--- a/pages/_en-US/twilightmenu/updating-flashcard.md
+++ b/pages/_en-US/twilightmenu/updating-flashcard.md
@@ -6,7 +6,8 @@ category: updating
title: Updating (Flashcard)
---
-**NOTE:** If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
+If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
+{:.alert .alert-info}
### Updating
1. Download the latest version of `TWiLightMenu-Flashcard.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)