Improve search look and feel

This commit is contained in:
Konstantin 2025-02-13 10:53:55 +01:00
parent 41508948c6
commit e7cab9534e
Signed by: konstantin
GPG key ID: A128B78773E41ACE
2 changed files with 14 additions and 6 deletions

View file

@ -60,11 +60,19 @@
@apply my-2 text-lg;
}
.search li {
@apply my-6;
}
.search li h4 {
@apply inline;
}
.blog-content ul, .home-content ul {
@apply list-none list-inside;
}
.blog-content ul li::before, .home-content ul li::before {
.blog-content ul li::before, .home-content ul li::before, .search li::before {
content: "👉";
font-family: NotoEmoji;
@apply inline-block mr-2 py-1;