Improve downloads page

This commit is contained in:
2026-01-25 22:53:43 -07:00
parent 4e51b18f03
commit 0d27982a1d
3 changed files with 118 additions and 60 deletions

View File

@@ -1,5 +1,9 @@
@import "tailwindcss";
* {
@apply outline-0;
}
body {
@apply bg-[rgb(24,24,48)] text-[rgb(200,200,250)] select-none flex items-center justify-center min-h-screen;
}
@@ -44,7 +48,8 @@ body {
}
.downloads a,
button {
button,
select {
@apply bg-[rgb(72,72,96)] hover:bg-[rgb(96,96,120)] border border-[rgb(96,96,120)] hover:border-[rgb(120,120,144)] hover:-translate-y-0.5 rounded-lg px-4 py-2 inline-block transition-all duration-200 cursor-pointer;
}
@@ -57,5 +62,5 @@ button {
}
p a {
@apply text-cyan-300 underline;
@apply text-white underline;
}