feat: enhance layout of search

This commit is contained in:
2023-08-06 17:47:26 +02:00
parent 0e0d26c939
commit 6f650b568d
25 changed files with 518 additions and 172 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

View File

@ -17,7 +17,7 @@
}
body {
background: #141217;
background: #141218;
padding: 0px 20px;
}
pre {
@ -25,7 +25,8 @@ pre {
}
a {
color: cadetblue
color: cadetblue;
font-family: Work Sans;
}
.custom-grid {
@ -38,6 +39,19 @@ a {
}
}
.animate-hover {
animation: hover 4s infinite;
}
@keyframes hover {
0%, 100% {
transform: translateY(-15%);
}
50% {
transform: translateY(0);
}
}
.noisy-gradient::after {
content: "";
top: 0;