Improve downloads page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user