Skip to content

Commit

Permalink
Colours?
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaller committed May 29, 2024
1 parent 4113f01 commit 1d90f96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Transcript.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,12 @@ export const MeetingTranscript = ({ transcript }: MeetingTranscriptProps) => {
align-self: stretch;
::highlight(search-results) {
background-color: var(--leo-color-yellow-20);
background-color: #ffe08d;
}
@media (prefers-color-scheme: dark) {
::highlight(search-results) {
color: var(--leo-color-yellow-60);
color: #e4c780;
background-color: #110f0b;
}
}
`}
Expand Down

0 comments on commit 1d90f96

Please sign in to comment.