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

@ -14,11 +14,11 @@
#home h1 {
font-weight: 600;
font-size: 2.2rem;
color: #222;
color: #eee;
}
#home p {
color: #333;
color: #ddd;
}
#home code {
@ -34,17 +34,6 @@
box-sizing: border-box;
border-radius: 5px;
border: 1px solid #ddd;
background-color: #ddd;
color: #222;
}
.dark #home h1 {
color: #eee;
}
.dark #home p {
color: #ddd;
}
.dark #search-input {
background-color: #ddd;
}