Skip to content

Instantly share code, notes, and snippets.

@caseyavila
Created September 8, 2025 08:04
Show Gist options
  • Save caseyavila/22030b218fc572de31343febac48eb85 to your computer and use it in GitHub Desktop.
Save caseyavila/22030b218fc572de31343febac48eb85 to your computer and use it in GitHub Desktop.
Custom Kagi CSS
:root {
--search-result-title: #3366cc;
}
.__sri-title .__sri_title_link {
border-bottom: none;
}
.__sri-title .__sri_title_link:hover,
.__srgi-title a:hover {
color: var(--search-result-title);
border-bottom: none;
text-decoration: underline 2px;
}
.__sri-title .__sri_title_link:hover:visited,
.__srgi-title a:hover:visited {
color: var(--primary-visited);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment