chore: add Discord to landing, remove crossed out Kubernetes

This commit is contained in:
Pavel Sviderski
2025-05-13 18:21:33 +10:00
parent 7699b530c2
commit 6a4e63dbd4
2 changed files with 42 additions and 71 deletions
+3 -34
View File
@@ -1185,10 +1185,6 @@ input[type="search"]::-webkit-search-results-decoration {
transition: y 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.1s ease-out;
}
.pointer-events-none{
pointer-events: none;
}
.visible{
visibility: visible;
}
@@ -1205,10 +1201,6 @@ input[type="search"]::-webkit-search-results-decoration {
position: relative;
}
.inset-0{
inset: 0px;
}
.top-2{
top: 0.5rem;
}
@@ -1217,10 +1209,6 @@ input[type="search"]::-webkit-search-results-decoration {
z-index: -10;
}
.z-10{
z-index: 10;
}
.z-30{
z-index: 30;
}
@@ -1302,10 +1290,6 @@ input[type="search"]::-webkit-search-results-decoration {
display: block;
}
.inline-block{
display: inline-block;
}
.inline{
display: inline;
}
@@ -1354,10 +1338,6 @@ input[type="search"]::-webkit-search-results-decoration {
height: 2rem;
}
.h-full{
height: 100%;
}
.min-h-screen{
min-height: 100vh;
}
@@ -1689,23 +1669,12 @@ input[type="search"]::-webkit-search-results-decoration {
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-zinc-600{
--tw-gradient-from: #52525b var(--tw-gradient-from-position);
--tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
.from-zinc-500{
--tw-gradient-from: #71717a var(--tw-gradient-from-position);
--tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-zinc-700{
--tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-zinc-800{
--tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-zinc-900{
--tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);