Skip to content

Commit

Permalink
Fixed darkmode styling of URL on search results page
Browse files Browse the repository at this point in the history
  • Loading branch information
robearlam committed Mar 31, 2023
1 parent 5283775 commit 60eab02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const SearchResults = (props: SearchResultsType) => {
</div>
)}
</div>
<span className="text-violet mt-5 block break-words text-xs font-semibold">{result.url}</span>
<span className="text-violet mt-5 block break-words text-xs italic dark:text-white">{result.url}</span>
</a>
</li>
))}
Expand Down

0 comments on commit 60eab02

Please sign in to comment.