Brave Search Theme
User http.james shared a Brave Search Theme in the Kagi Discord server #appearance channel.
To use this theme apply the following custom CSS in your Appearance settings.
.sri-group,
.search-result,
.scene {
background-color: #1e2028;
border-radius: 12px;
}
.scene {
padding: 1rem;
}
.search-result {
padding-top: 1.2rem;
padding-right: 22px;
padding-bottom: 1.7rem;
padding-left: 30px;
}
.__sri-title,
.__sri_title_Link {
color: #7799e5;
}
body,
html,
.mob {
background-color: #17191e;
}
.app-header,
#_0_m_header,
#sidebarForm {
background-color: #1a1c23;
}
.search-input-container,
.search-form {
box-shadow: 0px 1px 30px rgb(0 0 0 / 35%);
border: none !important;
}
.search-input {
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
}
.search-form-icons {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
#searchForm {
background-color: none;
border-radius: 10px;
}
.search-form,
.search-input,
.search-form-icons,
.spt {
background-color: #242731 !important;
background: #242731 !important;
}
.auto_suggestions {
background-color: #242731;
}
@media only screen and (max-width: 600px) {
.sri-group,
.search-result {
margin-bottom: 1rem;
}
#app {
box-sizing: border-box;
padding-right: 2rem !important;
padding-left: 2rem !important;
}
.a-w {
padding: 0 !important;
}
.s-f-w.--active,
.top-nav,
#sidebarForm,
.sri-group,
.search-result {
background-color: #1e2028;
}
.top-nav {
margin-bottom: 1rem;
}
.search-result {
padding: 1rem;
}
._0_right_sidebar {
margin-bottom: 1rem;
}
}