Skip to content

Instantly share code, notes, and snippets.

@LucasOe
Last active May 4, 2024 13:17
Show Gist options
  • Save LucasOe/f5221321ff661e8a6ae945837bb40b53 to your computer and use it in GitHub Desktop.
Save LucasOe/f5221321ff661e8a6ae945837bb40b53 to your computer and use it in GitHub Desktop.
:root {
--app-bg: #21252b;
--page-text: #e6e6e6;
--primary: #e6e6e6;
--primary-hover: #98c379;
--primary-visited: #c678dd;
--search-result-title: #61afef;
--search-result-title-hover: #c678dd;
--color-search-input: #282c34;
--color-search-input-border: #2c313c;
--search-result-date-bg: #2c313c;
--search-result-date-new: #ababab;
--search-result-date-new-bg: #2c313c;
--search-result-content-text: #ababab;
--search-result-url-link: #ababab;
--primary-100: #2c313c;
--primary-200: #2c313c;;
--primary-300: #2c313c;
--primary-600: #ababab;
--primary-700: #ababab;
--primary-800: #e6e6e6;
--primary-900: #e6e6e6;
--inline-header-title: #e6e6e6;
--inline-domain-tag-bg: #2c313c;
--image_brightness: 100%;
--input-bg: #282c34;
--kagi-graphite-s: #2c313c;
--inline-widget-bg: #2c313c;
--dd-list-input-bg: #282c34;
--dd-hover-bg: #2c313c;
--app-sidebar-item-border: #2c313c;
--color-link: #61afef;
}
.__sri-title .__sri_title_link,
.__sri-title .__sri_title_link:hover,
.__sri-title .__sri_title_link:visited,
.__srgi-title a,
.__srgi-title a:hover,
.__srgi-title a:visited,
.wikipediaResult a,
.wikipediaResult a:hover,
.wikipediaResult a:visited,
.wikipediaResult .wiki-title a,
.wikipediaResult .wiki-title a:hover,
.wikipediaResult .wiki-title a:visited,
.newsResultItem .newsResultHeader .newsResultTitle a._0_TITLE {
border-bottom: none;
}
.__sri-title .__sri_title_link:hover,
.__srgi-title a:hover,
.wikipediaResult a:hover,
.wikipediaResult .wiki-title a:hover,
.newsResultItem .newsResultHeader .newsResultTitle a._0_TITLE:hover,
place-info-component button:hover {
text-decoration: underline;
color: var(--search-result-title-hover);
}
.app-nav,
.wikipediaTable {
border-bottom: none;
border-top: none;
}
.instant-tab-separator {
display: none;
}
.app-header,
.app-content-box,
.list-widget .inlineHeader,
.wiki-content-inner {
border-bottom: 1px solid #2c313c;
}
.top-panel-box {
margin-top: unset;
padding: 5px 0px;
}
.more_search_dropdown_box {
display: none;
}
/* URL-Name and Favicon */
.__sri-url,
.newsResultItem .newsResultHeader .newsResultSource {
display: grid;
grid-template:
"a c d"
"a b d";
column-gap: 10px;
}
.__sri-url .__domain-favicon,
.__domain-favicon {
grid-area: a;
height: 24px;
width: auto;
margin-right: unset;
object-fit: contain;
border-radius: 5px;
overflow: hidden;
}
.__sri-url .__sri_url_path_box,
.newsResultItem .newsResultHeader .newsResultSource span {
grid-area: b;
}
.__sri-url::after,
.newsResultItem .newsResultHeader .newsResultSource::after {
grid-area: c;
content: attr(data-domain, "From");
color: #e6e6e6;
}
.ext_icon {
grid-area: d;
}
.newsResultItem .newsResultHeader .newsResultSource::after {
font-weight: 400;
}
.newsResultItem .newsResultHeader .sourceAndTime {
position: relative;
}
.newsResultItem:not(.newsResultGroup .newsResultItem) .newsResultTime {
position: absolute;
left: 70px;
}
.newsResultItem .newsResultHeader .newsResultSource,
.newsResultItem .newsResultBody .newsResultContent {
font-weight: 400;
color: var(--primary-700);
}
.search-form .search-input-container,
.search-form .search-input-container-kids,
#searchbar,
place-info-component > div {
border-radius: 10px;
}
.doggo_sit_a {
display: none;
}
.footer {
display: none;
}
.__sri-time {
color: #ababab;
}
.serp-nav .nav_item::after,
._0_lenses .k_ui_dropdown .k_ui_dropdown_first_item span::after {
border-top: none !important;
content: "";
height: 3px;
background-color: #ffffff;
border-radius: 2px;
}
.__sri_more_menu_box .__sri_more_menu,
.search-result:hover .__sri_more_menu_box .__sri_more_menu,
.__srgi:hover .__sri_more_menu_box .__sri_more_menu {
display: none !important;
}
.newsResultSource .paywall-icon {
display: none;
}
.paywall-icon svg,
.paywall-icon:hover svg {
height: 24px;
width: 24px;
stroke: #e6e6e6;
padding: 4px;
border: none;
border-radius: 5px;
background-color: #2c313c;
}
._0_lenses .k_ui_toggle_switch {
display: none;
}
._0_lenses {
padding: 0 8px 7px 8px;
margin: 0 6px
}
._0_lenses .k_ui_dropdown {
margin: 0px;
padding: 0px;
}
._0_lenses .k_ui_dropdown .k_ui_dropdown_first_item span::after {
width: 100%;
left: 0px;
bottom: -10px;
}
._0_summarize_link .trigger {
display: none;
}
.d-info-section {
background-color: var(--site_info_bottom_bg);
}
.newsResultItem .newsResultBody {
margin-top: 0px;
}
.__sri-title,
.newsResultItem .newsResultHeader .newsResultTitle {
margin-top: 5px;
margin-bottom: 5px;
}
.__sri-title .__sri_title_link,
.newsResultItem .newsResultHeader .newsResultTitle {
font-size: 1.25rem;
line-height: 1.45;
}
.__sri-desc,
.newsResultItem .newsResultBody .newsResultContent {
font-size: 0.875rem;
line-height: 1.45;
}
.icon.directions,
.icon.website,
.icon.phone,
.icon.wikipedia,
place-info-component .infobox-btn .arrow {
filter: invert(0.8);
}
.POI-item-back .text,
place-info-component button {
color: #e6e6e6;
}
.POI-item-back .text,
place-info-component button:hover {
color: var(--search-result-title-hover);
}
.body-content .closeBtn {
background-color: var(--app-bg);
}
apple-directions-component > .container .POI-item-image,
apple-search-component .POI-item-image,
place-info-component .POI-item-image,
results-component .POI-item-image,
apple-directions-component > .container .POI-item-image img,
apple-search-component .POI-item-image img,
place-info-component .POI-item-image img,
results-component .POI-item-image img{
border-top-right-radius: 0px;
border-top-left-radius: 0px;
display: block;
}
.image-preview-wrapper {
background-color: var(--app-bg);
}
.search-form .search-input::placeholder,
.search-form .search-input:focus::placeholder {
color: #5c6370;
}
.search-result,
.sri-group {
border-bottom: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment