basic but better search results,

This commit is contained in:
2022-06-09 02:03:14 +02:00
parent 312bf4b720
commit a4f1a04c72
4 changed files with 30 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ body {
}
a {
color: rgb(119, 205, 233);
color: rgb(27 120 151);
text-decoration: none;
}
@@ -146,6 +146,8 @@ main {
max-width: 600px;
margin: auto;
margin-top: 1rem;
padding-left: 1rem;
padding-right: 1rem;
}
.main-animation {
@@ -192,13 +194,22 @@ main {
content: ". ";
}
.result-notes {
font-size: 0.85rem;
color: var(--darkgrey);
margin-top: 6px;
margin-bottom: 6px;
}
.result summary {
margin-top: 4px;
color: grey;
}
.result details p {
margin-top: 4px;
margin-bottom: 4px;
font-size: 1.25rem;
}
/* todo. organize this file better. this is a fucking mess */