Skip to content

Commit 193ae1c

Browse files
authored
Fix HTML formatting and clean up download.html
1 parent 7dee8b1 commit 193ae1c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

download.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,9 @@
281281
}
282282

283283
.btn-ot{
284-
background:#4ade80;
285-
color:#0f172a;
284+
color:#4ade80;
286285
}
287286

288-
.btn-ot:hover{
289-
transform:translateY(-3px);
290-
box-shadow:0 10px 30px rgba(74,222,128,0.4);
291-
}
292287

293288
</style>
294289
</head>
@@ -378,7 +373,7 @@ <h2>Scarica PythonOS</h2>
378373

379374
</div>
380375

381-
<p>Se non vuoi usare il terminale, puoi scaricare l'ultima versione di PythonOS da <a class="btn btn-ot" href="https://github.com/pythonos-project/pythonos/releases" target="_blank">GitHub</a> <br/><br/>o usare <a class="btn btn-ot" href="https://pythonos-project.github.io/download.py" target="_blank">l'installatore guidato</a>.<br/></br/></p>
376+
<p>Se non vuoi usare il terminale, puoi scaricare l'ultima versione di PythonOS da <a class="btn-ot" href="https://github.com/pythonos-project/pythonos/releases" target="_blank">GitHub</a>o usare <a class="btn-ot" href="https://pythonos-project.github.io/download.py" target="_blank">l'installatore guidato</a>.</p>
382377
<p>Se non vuoi l'ultima versione, usa il file .zip nelle Release di GitHub.</p>
383378

384379
</section>

0 commit comments

Comments
 (0)