Skip to content

Instantly share code, notes, and snippets.

@bdmorin
Created June 25, 2024 18:31
Show Gist options
  • Save bdmorin/5bcbcd8602ce73bd840bbb91617f35d6 to your computer and use it in GitHub Desktop.
Save bdmorin/5bcbcd8602ce73bd840bbb91617f35d6 to your computer and use it in GitHub Desktop.
catppuccin mocha for kagi
/* Catppuccin Mocha Theme for Kagi */
.search-input-container {
position: relative;
width: 100%;
color: #d9e0ee;
background-color: #1e1e2e;
border-radius: 2rem !important;
border: 1px solid #f5c2e7 !important;
transition-duration: 0.2s;
transition-timing-function: ease;
transition-delay: 0s;
transition-property: border;
box-shadow: none;
}
.auto_suggestions {
border: 1px solid #f5c2e7 !important;
}
.app-header.app-content-box {
background-color: #11111b;
}
.app-box-center {
background-color: #181825;
}
.__sri_title_link._0_sri_title_link._0_URL,
.__srgi-title,
.__srgi-title ._0_URL {
color: #c9cbff !important;
}
#wikipediaResults:has(div) {
border: 1px solid #302d41;
border-radius: 10px;
padding: 0 1rem;
box-sizing: border-box;
height: fit-content;
}
.header_links,
._0_landing_filters,
._0_land_cat_box,
.land_adv_search_btn {
display: none !important;
}
.__ia-body,
.widgetContent {
border: 1px solid #302d41;
border-radius: 4px;
background: #1e1e2e;
color: #d9e0ee;
padding: 1rem;
}
.orb_chat_footer._0_orb_chat_footer {
background-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment