This commit is contained in:
2022-06-10 05:12:45 +02:00
parent 85f9625fea
commit 08b5f6daf6
2 changed files with 25 additions and 14 deletions

View File

@@ -239,10 +239,6 @@ main {
color: var(--darkgrey);
}
.result-translation::before {
content: " - ";
}
.result summary {
margin-top: 4px;
color: grey;
@@ -254,6 +250,10 @@ main {
font-size: 1.25rem;
}
.result details.result-meta p {
font-size: 1rem;
}
.results-header-count::after {
content: ", ";
}