Download page: add Windows installer link stub + btn-windows style
Adds the v0.6.2 Windows installer link pointing to the expected
filename `itsgoin-0.6.2-windows-x64-setup.exe`. Link is live before
the artifact lands so the Windows build pipeline (separate host) has
a stable path to upload to — same pattern we use to coordinate the
Linux / Android builds with the website copy.
Adds `.btn-windows { background: #0078d4 }` to style.css for the
standard four-button download row: Android, Linux AppImage, Linux
CLI, Windows Installer.
This commit is contained in:
parent
938edadad3
commit
738c902287
2 changed files with 5 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ p strong { color: var(--text); }
|
|||
.download-btn .sub { font-size: 0.82rem; font-weight: 400; opacity: 0.75; display: block; margin-top: 0.15rem; }
|
||||
.btn-android { background: var(--accent); }
|
||||
.btn-linux { background: var(--green); }
|
||||
.btn-windows { background: #0078d4; }
|
||||
|
||||
/* --- Steps --- */
|
||||
.steps { list-style: none; padding: 0; counter-reset: step; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue