From 5d8d7b2f33e26e56b467eaec5a6841d3ab9471a9 Mon Sep 17 00:00:00 2001 From: DannyAAM Date: Fri, 4 Apr 2025 11:15:29 +0800 Subject: [PATCH] add iphone/ipad to mset9 main page --- docs/installing-boot9strap-(mset9).md | 11 +++-- docs/public/assets/css/dark-apple-invert.css | 4 ++ docs/public/images/ipad.svg | 46 ++++++++++++++++++++ docs/public/images/iphone.svg | 46 ++++++++++++++++++++ 4 files changed, 104 insertions(+), 3 deletions(-) create mode 100644 docs/public/assets/css/dark-apple-invert.css create mode 100644 docs/public/images/ipad.svg create mode 100644 docs/public/images/iphone.svg 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 +