general cleanup
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-19 12:29:05 +03:00
parent 9e307b7da4
commit 7cea387f02
27 changed files with 94 additions and 535 deletions

View File

@ -19,25 +19,25 @@
}
#search-results h2 {
color: #222;
font-size: 1.8rem;
font-weight: 500;
color: #ddd;
}
#search-section {
display: flex;
flex-direction: column;
flex-direction: column;
gap: 1rem;
}
#search-item {
display: flex;
height: 8rem;
border: 1px solid #eee;
border-radius: 5px;
gap: 1rem;
padding: 1rem;
box-shadow: 0 1px 1px #ddd;
border: 1px solid #888;
}
#search-item h3 {
@ -47,7 +47,7 @@
#search-item span {
font-size: 1.3rem;
color: #333;
color: #bbb;
}
#search-item img {
@ -63,19 +63,3 @@
border: 1px solid #ddd;
color: #222;
}
.dark #search-page h2 {
color: #eee;
}
.dark #search-item {
border: 1px solid #888;
}
.dark #search-item h3 {
color: #ddd;
}
.dark #search-item span {
color: #bbb;
}