Skip to content

Instantly share code, notes, and snippets.

@misode
Created October 21, 2025 22:46
Show Gist options
  • Save misode/0c3160ce584c0e577645ae44417ae809 to your computer and use it in GitHub Desktop.
Save misode/0c3160ce584c0e577645ae44417ae809 to your computer and use it in GitHub Desktop.
Custom CSS for Kagi that makes it look a little bit closer to Google
.__sri-title {
margin-top: 4px;
margin-bottom: 4px;
}
.__sri-title .__sri_title_link {
border-bottom: none;
color: #99c3ff;
}
.__sri-title .__sri_title_link:hover {
border-bottom: none;
text-decoration: underline;
}
.__srgi-title a {
border-bottom: none;
color: #99c3ff;
}
.__srgi-title a:hover {
border-bottom: none;
text-decoration: underline;
}
.__sri-url-box {
order: -1;
}
.__sri-url .__domain-favicon {
width: 16px;
height: 16px;
border-radius: 1000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment