Last active
April 25, 2025 13:09
-
-
Save neilio/c2c3495ff16c0a0401f4cf630438e1b3 to your computer and use it in GitHub Desktop.
Kagi Google Style
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
.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 .widgetContent { | |
padding-bottom: 0 !important; | |
} | |
.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; | |
} | |
.__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 { | |
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, .__sri-url .__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, .__sri_title_link { | |
color: #8BB4F7 !important; | |
border-bottom: 0 !important; | |
text-decoration: none; | |
} | |
__sri_title_link _ext_t _0_sri_title_link _0_URL | |
.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: #2F3134 !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