Skip to content

kagi.com by alexw00

Screenshot of kagi.com

Details

Authoralexw00

LicenseNo License

Categorykagi

Created

Updated

Code size473 B

Code checksum8215cf5f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Google link colors and better dark mode background.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         kagi.com
@version      20220126.14.51
@namespace    userstyles.world/user/alexw00
@description  Google link colors and better dark mode background.
@author       alexw00
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://kagi.com/search?q") {
.theme_dark{
    --background-color: #121319;
    --search-result-title:#3450f0;
    --color-primary_hover: #1f2e8d
}

.theme_light{
    --search-result-title:#3450f0;
}
}

Reviews

No reviews yet.