DuckDuckGo Custom Background & Logo
DuckDuckGo Custom Background & Logo by IgnavusX

Details
AuthorIgnavusX
LicenseNo License
CategoryDuckDuckGo
Created
Updated
Code size1.4 kB
Code checksumd02d9e5c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Based upon: https://userstyles.world/style/16872/duckduckgo-custom-background
Source code
/* ==UserStyle==
@name DuckDuckGo Custom Background & Logo
@namespace https://userstyles.world/user/IgnavusX
@author IgnavusX
@version 1.0.2
@description DuckDuckGo Custom Background & Logo
@preprocessor uso
@advanced text wpimg "Wallpaper Image (Custom)" "https://w.wallhaven.cc/full/m9/wallhaven-m9kx6m.png"
@advanced text lgimg "Logo Image (Custom)" "https://files.catbox.moe/6x4ymf.png"
==/UserStyle== */
@-moz-document url-prefix("https://duckduckgo.com/") {
.site-wrapper {
background-image: url(https://external-content.duckduckgo.com/iu/?u=/*[[wpimg]]*/);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.minimal-homepage_layout__Wlfi7 {
background-image: url(https://external-content.duckduckgo.com/iu/?u=/*[[wpimg]]*/);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.dark-header .header__logo {
background-image: url(https://external-content.duckduckgo.com/iu/?u=/*[[lgimg]]*/);
}
.header-wrap {
background: rgba(0, 0, 0, 0.8) !important;
}
.minimal-homepage_minimalHero__f1x_g {
background: rgba(0, 0, 0, 0.48);
}
.content-wrap {
background: rgba(0, 0, 0, 0.5);
}
.verticals {
background: rgba(0, 0, 0, 0.5);
}
}