Skip to content

duckduckgo lite dark mode by simianheretic

Screenshot of duckduckgo lite dark mode

Details

Authorsimianheretic

LicenseNo License

Categorydarkmode

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

personal tweaks ment to be used with duckduckgo lite. Everything is labeled so you can change the colors to whatever you please :)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         duckduckgo lite dark mode
@version      20240522.00.56
@namespace    https://userstyles.world/user/simianheretic
@description  personal tweaks ment to be used with duckduckgo lite. Everything is labeled so you can change the colors to whatever you please :)
@author       simianheretic
==/UserStyle== */

@-moz-document domain("duckduckgo.com") {
* {
    background-color: #070704;
    font-family: arial;
}

body {
    padding-left: 5em;
}
/* For the logo uptop */
.header {
    color: #73af7f;
}
/* Search Button */
input.submit {
    background-color: #fff;
}
/* Searchbar */
input.query {
    background-color: #fff;
    border: #839d9c 1em;
}

/* Drop-down */
select.submit {
    background-color: #fff;
}
select.submit option {
    background-color: #fff;
}

/* Web Results*/
a.result-link {
    color: #73af7f;
}

/* Web pages you've already been to */
a:visited {
    color: #416b3d;
}

/* Webpage description/text in general */
td {
    color: #f3f3eb;
}
/* URL */
span.link-text {
    color: #cfcfab;
}

input.navbutton {
    color: #73af7f;
}
}

Reviews

No reviews yet.