Google link colors and better dark mode background.
kagi.com by alexw00
Details
Authoralexw00
LicenseNo License
Categorykagi
Created
Updated
Size473 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}