feat: enhance layout of search
This commit is contained in:
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 286 KiB |
@ -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;
|
||||
|
Reference in New Issue
Block a user