High contrast mode findings (#1892)

Fixes most of the flaws in high contrast mode.
This commit is contained in:
Florian Scholdei
2021-12-16 17:54:39 +01:00
committed by GitHub
parent 089862b7ef
commit 16960d742e
42 changed files with 937 additions and 722 deletions

View File

@@ -71,6 +71,7 @@ const EmptyHits: FC = () => {
);
};
// TODO ersetzen
const ResultHeading = styled.h3`
border-bottom: 1px solid lightgray;
`;
@@ -79,6 +80,7 @@ const DropdownMenu = styled.div`
max-width: 20rem;
`;
// TODO ersetzen
const ResultFooter = styled.div`
border-top: 1px solid lightgray;
`;