Skip to content

Instantly share code, notes, and snippets.

@neilio
Last active April 28, 2025 14:13
Show Gist options
  • Save neilio/c2c3495ff16c0a0401f4cf630438e1b3 to your computer and use it in GitHub Desktop.
Save neilio/c2c3495ff16c0a0401f4cf630438e1b3 to your computer and use it in GitHub Desktop.
Kagi Google Style
:root {
--app-text: #fdfdfd !important;
--app-search-text: #cccccc;
--app-bg: #000000;
--primary-25: #0f1013;
--button-color: rgba(150, 171, 250, 0.8);
--button-hover-color: rgba(102, 132, 244, 0.8);
--kagi-accent: #212533 !important;
--source-highlight-color: #d9a23c;
--sri-hover-color: rgb(65, 144, 226);
--color-search-input: #0f1013;
--color-search-input-border: var(--graphite-900);
--time-stamp: rgba(69, 69, 73, 0.8);
--m_sri_gap_color: #222222 !important;
--nav_n_se_line: #0194ff;
--nav_n_im_line: #f4b644;
--dd-list-input-bg: #0f1013 !important
}
.theme_moon_dark .widgetContent {
padding-bottom: 0 !important;
}
.theme_moon_dark .__sri-body {
font-size: 14px;
line-height: 1.58 !important;
}
.__sri-body ._ext_a {
padding-top: 2px !important;
}
.theme_moon_dark .inline-content + .search-result, .inline-content + .sri-group, .search-result, .sri-group {
border-top: 0 !important;
border-bottom: 0 !important;
--m_sri_gap_color: transparent !important;
padding-top: 0 !important;
padding-bottom: 10px !important;
}
.theme_moon_dark .search_area {
margin-top: 4px !important;
padding-top: 4px !important;
padding-bottom: 4px !important;
}
.theme_moon_dar .__sri-title {
padding-left: 1px !important;
}
.theme_moon_dark button.btn {
border: 0 !important;
font-family: roboto, arial, sans-serif;
}
.theme_moon_dark .__sri_url_path_box {
padding-left: 2px !important;
font-size: 14px !important;
}
.theme_moon_dark .btn {
border: 0 !important;
}
.theme_moon_dark .__domain-favicon, .__sri-url .__domain-favicon {
height: 24px !important;
width: 24px !important;
border-radius: 50% !important;
}
.theme_moon_dark a, .__sri_title_link {
border-bottom: 0 !important;
text-decoration: none;
}
__sri_title_link _ext_t _0_sri_title_link _0_URL
.theme_moon_dark a:hover {
text-decoration: underline;
}
.theme_moon_dark .search-input-container, .theme_moon_dark textarea {
min-height: 0 !important;
}
.theme_moon_dark .auto_suggestions, .theme_moon_dark .auto_suggestions_in, .theme_moon_dark .auto_suggestions_lenses, .theme_moon_dark .autosugg-landing {
border: 0 !important;
}
.theme_moon_dark .__sri-desc, .theme_moon_dark .__sri-url-box, .theme_moon_dark .path, .theme_moon_dark span.host {
opacity: 1.0 !important;
font-size: 14px !important;
line-height: 22px !important;
}
.theme_moon_dark .__sri-url-box {
margin-bottom: 2px !important;
margin-left: -1px !important;
}
.theme_moon_dark h3 {
font-size: 20px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment