Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 2.91 KB

File metadata and controls

72 lines (54 loc) · 2.91 KB

Glassmorphism Style CSS File for Kagi Search Engine

Enhance your Kagi search experience with custom CSS animations and styles! It's a general overhaul of the search engine user interface and user experience.

Kagi CSS Glassmorphism

Kagi CSS Navigation

Kagi CSS Button

Kagi CSS Quick Answer

Kagi CSS Settings

Overview

kagi-css is a custom CSS file to beautify and liven up the Kagi search engine interface. With this stylesheet, you can enjoy a more visually appealing and dynamic search experience while using Kagi. Mainly inspired by Google and Brave Search, but with many exciting innovations of its own!

Features

  • Glassmorphism: A glass-inspired design for the settings and navigation bar
  • Documentation: This css file has been documented quite accurately, which is why it is relatively easy to make changes
  • Custom Animations: Smooth transitions and eye-catching effects
  • Enhanced UI Elements: Improved buttons, search bar, and results layout
  • Responsive Design: Looks great on both desktop and mobile devices
  • Easy color changes: There is a field at the beginning where you can easily change the most important colors as you wish
  • Uniform Design: The design now extends to almost all pages, be it results, images, videos, news or podcasts.
:root{
  --button-color:#F4B644;
  --button-hover-color:#E6AB40;
  --source-highlight-color:#D9A23C;
  --sri-hover-color:#F4B644;
  --color-search-input:#1e2028;
  --color-search-input-border:var(--graphite-900);
  --time-stamp:rgba(69,69,73,0.8);
  --m_sri_gap_color:#222222!important;
  --app-text:#fdfdfd!important;
  --app-bg:#17191e;
  --inline-widget-bg:#1e2028;
  --primary-25:#1e2028;
  --primary-50:#1e2028;
  --primary-70:#17191e
}

Installation

  1. Download the custom.css file from this repository.
  2. Enable custom CSS in Kagi Settings.
  3. Paste the code into the inputfield at: Link
  4. Save and enjoy your enhanced Kagi experience!

optional: It is planned that the "URL Placement” setting will be set to “Above Title” under the “Appearance” item.

URL Positioning

Animations

kagi-css includes several animations to make your search experience more dynamic:

  1. Results Fade-In: Search results smoothly fade in as they load.
  2. Hover Effects: Buttons and links have pleasant hover transitions.
  3. Search Tiles: Also have beautiful animations.

Any ideas / comments?

If you have an idea that would extend / complete the look of Kagi or if you have found a bug, please write to me on Discord or write in Discord: kagi-discussions -> “UI Design Ideas for my custom css”. Link

Enjoy your enhanced Kagi search experience!