diff --git a/src/html/index.html b/src/html/index.html index b939a35..8841174 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -188,12 +188,12 @@
Recommended for running plugins together with Forge mods.
SpongeAPI is the tool developers use to create plugins for the Sponge +
SpongeNeo is the implementation of the Sponge API on the NeoForge platform.
- + Download -Recommended for plugin developers.
Recommended for running plugins together with NeoForge mods.
diff --git a/src/scss/_downloads.scss b/src/scss/_downloads.scss index ec0d2c3..4946ee2 100644 --- a/src/scss/_downloads.scss +++ b/src/scss/_downloads.scss @@ -88,4 +88,8 @@ &.spongeapi { background-color: #009172; } + + &.spongeneo { + background-color: #cc6f2f; + } }