Skip to content

Instantly share code, notes, and snippets.

@neilio
Last active April 13, 2024 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
.theme_moon_dark :root {
--m_sri_gap_color: #202124 !important;
}
.theme_moon_dark {
--background-color: #202124 !important;
}
.theme_moon_dark body {
background-color: #202124 !important;
font-family: arial, sans-serif;
color: rgb(255,255,255);
}
.theme_moon_dark ._0_app-wrapper, .theme_moon_dark .body-content, .theme_moon_dark .s-main-content-wrapper, .theme_moon_dark .set_header, .theme_moon_dark .main-content, .theme_moon_dark .a-w, .theme_moon_dark, .theme_moon_dark .quick-settings, .theme_moon_dark .header-small, .theme_moon_dark .app-sidebar-nav, .theme_moon_dark .__item, .theme_moon_dark .widget-body, .theme_moon_dark .card, .theme_moon_dark .card_thumb {
background-color: rgb(32,33,36) !important;
}
.theme_moon_dark .__sri-body {
font-size: 14px;
line-height: 1.58 !important;
color: #fff !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 {
background-color: rgb(48, 49, 52) !important;
border: 0 !important;
color: rgb(232,234,237) !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 {
background-color: #202124 !important;
height: 24px !important;
width: 24px !important;
border-radius: 50% !important;
}
.theme_moon_dark .footer {
color: rgb(154,160,166);
}
.theme_moon_dark a {
color: #8BB4F7 !important;
border-bottom: 0 !important;
text-decoration: none;
}
.theme_moon_dark a:hover {
color: rgb(138, 180, 248);
text-decoration: underline;
}
.theme_moon_dark .search-input-container, .theme_moon_dark textarea {
background-color: rgb(47,49,52) !important;
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 {
background-color: rgb(48,49,52) !important;
/* border-color: rgb(229,229,220) !important; */
border: 0 !important;
}
.theme_moon_dark header, .theme_moon_dark .app-header {
border-bottom-color: rgb(60,64,67) !important;
background-color: rgb(32,33,36);
}
.theme_moon_dark .app-header a, .theme_moon_dark .serp-nav a {
color: rgb(189,193,198) !important;
}
.theme_moon_dark .__sri-desc, .theme_moon_dark .__sri-url-box, .theme_moon_dark .path, .theme_moon_dark span.host {
color: #ddd !important;
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