Skip to content

Commit 232160f

Browse files
authored
Website: fix download URL, improve light theme contrast
1 parent 863585e commit 232160f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
download_url: https://github.com/Spore-Community/SporeModder-FX/releases/latest/download/SporeModderFX.zip
2+
download_url: https://github.com/Spore-Community/SporeModder-FX/releases/latest/download/SporeModder.FX.zip
33
java_url: https://aka.ms/download-jdk/microsoft-jdk-21-windows-x64.msi
44
smc_discord_url: https://discord.gg/QR8CjQT
55
---

docs/style/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:root {
44
--smfx: #d4dbdc;
5-
--smfx-gradient: linear-gradient(#dce5e4, #cbd0d3);
5+
--smfx-gradient: linear-gradient(#dce5e4, #c1c6c6);
66
}
77

88
html {

0 commit comments

Comments
 (0)