diff --git a/wwwroot/download/index.md b/wwwroot/download/index.md index 17f8ee3..4d24d21 100644 --- a/wwwroot/download/index.md +++ b/wwwroot/download/index.md @@ -8,6 +8,16 @@ Download Source Code +## Experimental + +> [!WARNING] +> MacOS is not officially supported and untested, you will likely encounter bugs. + +
+ Download for MacOS (x64) + Download for MacOS (arm64) +
+ --- ### Supported Platforms @@ -15,4 +25,4 @@ - **Windows 10/11**: Fully supported - **Linux**: Partially supported - **SteamOS**: Experimental -- **MacOS**: Not supported \ No newline at end of file +- **MacOS**: Experimental \ No newline at end of file diff --git a/wwwroot/templates/custom/public/main.css b/wwwroot/templates/custom/public/main.css index c79c449..1065701 100644 --- a/wwwroot/templates/custom/public/main.css +++ b/wwwroot/templates/custom/public/main.css @@ -56,7 +56,7 @@ code { } #download-btns { - margin: 5vh 0; + margin: 1vh 0 5vh 0; justify-items: center; align-items: center; } @@ -97,6 +97,16 @@ code { } } +#download-macos { + background-color: #5aa65a; + color: #baefa0; + transition: all 0.3s ease; + + &:hover { + color: #def3dc; + } +} + #download-src { background-color: #4a4c58; color: #afb3ca;