Skip to content

Instantly share code, notes, and snippets.

@surfaceflinger
Created February 6, 2025 13:51
Show Gist options
  • Save surfaceflinger/2ede5b03fca2fee7fc0d60a7528235e4 to your computer and use it in GitHub Desktop.
Save surfaceflinger/2ede5b03fca2fee7fc0d60a7528235e4 to your computer and use it in GitHub Desktop.
Custom CSS for Kagi that makes results more readable, like in Google Search.
:root {
--search-result-title: #1a0dab;
--result-item-title-border: rgba(0, 0, 0, 0);
}
@media (prefers-color-scheme: dark) {
:root {
--search-result-title: #99c3ff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment