Skip to content

Instantly share code, notes, and snippets.

@Anilexis
Anilexis / kagi-google.css
Last active April 9, 2026 04:30 — forked from neilio/kagi-google.css
Kagi Google Style
/* =========================================
1. VARIABLES (STRICTLY SCOPED TO DARK THEME)
Overrides text colors and backgrounds for Dark mode only
========================================= */
html.theme_moon_dark,
html.theme_dark {
--app-text: #cccccc !important;
--primary: #cccccc !important;
--white: #cccccc !important;
--search-result-url-link: #bdc1c6 !important;