Google-Inspired plaintext logo for DDG, works great with "MaterialDDG"
DDG Google-Inspired Logo by LitCastVlog
Details
AuthorLitCastVlog
LicenseNo License
Categoryduckduckgo.com
Created
Updated
Size542 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
works great with "MaterialDDG"
Source code
/* ==UserStyle==
@name DuckDuckGo Google Inspired Logo
@version 20240623.10.57
@namespace https://userstyles.world/user/LitCast
@description Google-Inspired plaintext logo for DDG, works great with "MaterialDDG"
@author LitCast
==/UserStyle== */
@-moz-document domain("duckduckgo.com") {
/*Change Logo*/
.header__logo {
background-image: url(https://external-content.duckduckgo.com/iu/?u=https://i.ibb.co/gvhKQNF/249.png) !important;
width: 110px;
background-size: 100px 30px !important;
}
}