Created
February 6, 2025 13:51
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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