diff --git a/docs/installing-boot9strap-(mset9).md b/docs/installing-boot9strap-(mset9).md index 3fc806f777..86b03d562f 100644 --- a/docs/installing-boot9strap-(mset9).md +++ b/docs/installing-boot9strap-(mset9).md @@ -1,3 +1,8 @@ +--- +head: [ + ['link', {rel: 'stylesheet', href: '/assets/css/dark-apple-invert.css'}], +] +--- # Installing boot9strap (MSET9) ## Choose your operating system @@ -6,6 +11,6 @@ The instructions for MSET9 differ depending on the computer, phone, or tablet ** Choose the operating system of the device **that you will be using to mod your console**. The device will need a way to read and write files onto the 3DS SD card. -| Windows, macOS, Linux | Android, ChromeOS | -|:-:|:-:| -| [![Windows](/images/windows.png)](installing-boot9strap-(mset9-cli))

[![macOS](/images/macos.png)](installing-boot9strap-(mset9-cli))

[![Linux](/images/linux.png)](installing-boot9strap-(mset9-cli)) | [![Android](/images/android.png)](installing-boot9strap-(mset9-play-store))

[![chromeOS](/images/chromeos.png)](installing-boot9strap-(mset9-play-store)) | \ No newline at end of file +| Windows, macOS, Linux | Android, ChromeOS | iPhone, iPad | +|:-:|:-:|:-:| +| [![Windows](/images/windows.png)](installing-boot9strap-(mset9-cli))

[![macOS](/images/macos.png)](installing-boot9strap-(mset9-cli))

[![Linux](/images/linux.png)](installing-boot9strap-(mset9-cli)) | [![Android](/images/android.png)](installing-boot9strap-(mset9-play-store))

[![chromeOS](/images/chromeos.png)](installing-boot9strap-(mset9-play-store)) | [![iPhone](/images/iphone.svg)](installing-boot9strap-(mset9-cli-ios))

[![iPad](/images/ipad.svg)](installing-boot9strap-(mset9-cli-ios)) | diff --git a/docs/public/assets/css/dark-apple-invert.css b/docs/public/assets/css/dark-apple-invert.css new file mode 100644 index 0000000000..37d002291a --- /dev/null +++ b/docs/public/assets/css/dark-apple-invert.css @@ -0,0 +1,4 @@ +.dark [src="/images/iphone.svg"], +.dark [src="/images/ipad.svg"] { + filter:invert(.8) +} diff --git a/docs/public/images/ipad.svg b/docs/public/images/ipad.svg new file mode 100644 index 0000000000..078ab89d1a --- /dev/null +++ b/docs/public/images/ipad.svg @@ -0,0 +1,46 @@ + + + + + iPad + diff --git a/docs/public/images/iphone.svg b/docs/public/images/iphone.svg new file mode 100644 index 0000000000..e35a328772 --- /dev/null +++ b/docs/public/images/iphone.svg @@ -0,0 +1,46 @@ + + + + + iPhone +